Mercurial > docs > master
view makefile @ 24:9be9b47eb52d
Added text placeholders to the preface.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 08 May 2012 17:33:08 +0200 |
parents | dc2bfef4cda7 |
children | 3e70450336a4 |
line wrap: on
line source
NAME = thesis CHAPS = style front.roff dedication.roff abstract.roff preface.roff \ ch*.roff toc.roff PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress all: $(NAME).ps $(NAME).ps: $(CHAPS) makefile export TROFFONTS=fonts;\ eqn $(CHAPS) | troff -Tps -ms | dpost >$@ pdf: $(NAME).pdf $(NAME).pdf: $(NAME).ps ps2pdf $(PDFFLAGS) $(NAME).ps book: book.pdf book.pdf: book.ps ps2pdf $(PDFFLAGS) book.ps book.ps: $(NAME).ps psbook -s16 $(NAME).ps | psnup -2 -m2mm >$@ clean: rm -f $(NAME).ps $(NAME).pdf book.ps book.pdf