comparison makefile @ 197:05a243dffaca

Added refs to the Preface; splitted the bib.
author markus schnalke <meillo@marmaro.de>
date Thu, 12 Jul 2012 00:39:41 +0200
parents 1d28ed59de8a
children 9ed707d62150
comparison
equal deleted inserted replaced
196:a75de0da2fb7 197:05a243dffaca
1 NAME = thesis 1 NAME = thesis
2 CHAPS = style front.roff dedication.roff toc.roff \ 2 CHAPS = style front.roff dedication.roff toc.roff \
3 preface.roff intro.roff discussion.roff summary.roff tools.roff \ 3 preface.roff intro.roff discussion.roff summary.roff tools.roff \
4 refs.roff official.roff colophon.roff 4 refs.roff official.roff colophon.roff
5 BIB = bib *.bib
5 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress 6 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress
6 REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k 7 REFER = refer -n -p bib -p mail.bib -p web.bib -e -P -sLAD -l,2 -k
7 8
8 all: $(NAME).ps 9 all: $(NAME).ps
9 10
10 $(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig refs.ig 11 $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig
11 export TROFFONTS=fonts;\ 12 export TROFFONTS=fonts;\
12 soelim $(CHAPS) | $(REFER) | \ 13 soelim $(CHAPS) | $(REFER) | \
13 tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >$@ 14 tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >$@
14 15
15 err.ig: $(CHAPS) 16 err.ig: $(CHAPS)