Mercurial > 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 wrap: on
line diff
--- a/makefile Thu Jul 12 00:19:09 2012 +0200 +++ b/makefile Thu Jul 12 00:39:41 2012 +0200 @@ -2,12 +2,13 @@ CHAPS = style front.roff dedication.roff toc.roff \ preface.roff intro.roff discussion.roff summary.roff tools.roff \ refs.roff official.roff colophon.roff +BIB = bib *.bib PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress -REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k +REFER = refer -n -p bib -p mail.bib -p web.bib -e -P -sLAD -l,2 -k all: $(NAME).ps -$(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig refs.ig +$(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig export TROFFONTS=fonts;\ soelim $(CHAPS) | $(REFER) | \ tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >$@