Mercurial > docs > master
diff makefile @ 150:472aa79f9b6f
bib: Split bib into RFCs and the rest.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 06 Jul 2012 10:13:55 +0200 |
parents | e7b5e465a8e0 |
children | ff3a6a0e6255 |
line wrap: on
line diff
--- a/makefile Thu Jul 05 21:06:57 2012 +0200 +++ b/makefile Fri Jul 06 10:13:55 2012 +0200 @@ -3,17 +3,18 @@ preface.roff intro.roff discussion.roff future.roff refs.roff \ official.roff colophon.roff PDFFLAGS = -sPAPERSIZE=a4 -dPDFSETTINGS=/prepress +REFER = refer -n -p bib -p rfcs -e -P -sLAD -l,2 -k all: $(NAME).ps -$(NAME).ps: $(CHAPS) makefile bib toc.ig - export TROFFONTS=fonts REFER=bib;\ - soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \ +$(NAME).ps: $(CHAPS) makefile bib rfcs toc.ig + export TROFFONTS=fonts;\ + soelim $(CHAPS) | $(REFER) | \ grap | pic | troff -Tps -ms 2>err.ig | dpost >$@ err.ig: $(CHAPS) - export TROFFONTS=fonts REFER=bib;\ - soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \ + export TROFFONTS=fonts;\ + soelim $(CHAPS) | $(REFER) | \ grap | pic | troff -Tps -ms -rZ1 -z 2>$@ toc.ig: err.ig