docs/bib-ref1

diff makefile @ 1:deedec7f31eb

style: cleanups
author markus schnalke <meillo@marmaro.de>
date Thu, 14 Nov 2013 07:05:43 +0100
parents c264ce6f5b83
children 1c5c5d20d8b7
line diff
     1.1 --- a/makefile	Wed Nov 13 08:15:58 2013 +0100
     1.2 +++ b/makefile	Thu Nov 14 07:05:43 2013 +0100
     1.3 @@ -9,14 +9,12 @@
     1.4  $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig
     1.5  	export TROFFONTS=fonts;\
     1.6  	soelim $(CHAPS) | $(REFER) | \
     1.7 -		tbl | grap | pic | \
     1.8 -		troff -Tps -ms -mpictures 2>err.ig | dpost >$@
     1.9 +		troff -Tps -ms 2>err.ig | dpost >$@
    1.10  
    1.11  err.ig: $(CHAPS)
    1.12  	export TROFFONTS=fonts;\
    1.13  	soelim $(CHAPS) | $(REFER) | \
    1.14 -		tbl | grap | pic | \
    1.15 -		troff -Tps -ms -mpictures -rZ1 -z 2>$@
    1.16 +		troff -Tps -ms -rZ1 -z 2>$@
    1.17  
    1.18  toc.ig: err.ig
    1.19  	sed -n '/^TOC____/s///p' err.ig >$@