docs/master
diff 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 |
line diff
1.1 --- a/makefile Thu Jul 12 00:19:09 2012 +0200 1.2 +++ b/makefile Thu Jul 12 00:39:41 2012 +0200 1.3 @@ -2,12 +2,13 @@ 1.4 CHAPS = style front.roff dedication.roff toc.roff \ 1.5 preface.roff intro.roff discussion.roff summary.roff tools.roff \ 1.6 refs.roff official.roff colophon.roff 1.7 +BIB = bib *.bib 1.8 PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress 1.9 -REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k 1.10 +REFER = refer -n -p bib -p mail.bib -p web.bib -e -P -sLAD -l,2 -k 1.11 1.12 all: $(NAME).ps 1.13 1.14 -$(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig refs.ig 1.15 +$(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig 1.16 export TROFFONTS=fonts;\ 1.17 soelim $(CHAPS) | $(REFER) | \ 1.18 tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >$@