Mercurial > docs > master
comparison makefile @ 107:9f672d3a25f9
Renamed the chapters to speaking names.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 23 Jun 2012 22:12:14 +0200 |
parents | e6f95015ba61 |
children | 8800dbbaedc5 |
comparison
equal
deleted
inserted
replaced
106:3c4e5f0a7e7b | 107:9f672d3a25f9 |
---|---|
1 NAME = thesis | 1 NAME = thesis |
2 CHAPS = style front.roff dedication.roff abstract.roff toc.roff \ | 2 CHAPS = style front.roff dedication.roff abstract.roff toc.roff \ |
3 preface.roff ch*.roff refs.roff | 3 preface.roff intro.roff discussion.roff summary.roff refs.roff |
4 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress | 4 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress |
5 | 5 |
6 all: $(NAME).ps | 6 all: $(NAME).ps |
7 | 7 |
8 $(NAME).ps: $(CHAPS) makefile bib | 8 $(NAME).ps: $(CHAPS) makefile bib |