docs/master

view makefile @ 0:dc2bfef4cda7

Initial commit: Basic structure, macros and fonts.
author markus schnalke <meillo@marmaro.de>
date Sat, 03 Mar 2012 12:55:57 +0100
parents
children 3e70450336a4
line source
1 NAME = thesis
2 CHAPS = style front.roff dedication.roff abstract.roff preface.roff \
3 ch*.roff toc.roff
4 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
6 all: $(NAME).ps
8 $(NAME).ps: $(CHAPS) makefile
9 export TROFFONTS=fonts;\
10 eqn $(CHAPS) | troff -Tps -ms | dpost >$@
12 pdf: $(NAME).pdf
13 $(NAME).pdf: $(NAME).ps
14 ps2pdf $(PDFFLAGS) $(NAME).ps
16 book: book.pdf
17 book.pdf: book.ps
18 ps2pdf $(PDFFLAGS) book.ps
19 book.ps: $(NAME).ps
20 psbook -s16 $(NAME).ps | psnup -2 -m2mm >$@
22 clean:
23 rm -f $(NAME).ps $(NAME).pdf book.ps book.pdf