comparison makefile @ 24:0ad432eaeb71

makefile: we have a table too now, thus pipe through tbl(1)
author markus schnalke <meillo@marmaro.de>
date Wed, 05 Mar 2014 12:48:21 +0100
parents 3867f0a65d91
children
comparison
equal deleted inserted replaced
23:a682d4046c6b 24:0ad432eaeb71
6 6
7 all: pdf 7 all: pdf
8 8
9 $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig 9 $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig
10 export TROFFONTS=fonts;\ 10 export TROFFONTS=fonts;\
11 soelim $(CHAPS) | $(REFER) | pic | \ 11 soelim $(CHAPS) | $(REFER) | tbl | pic | \
12 troff -Tps -ms 2>err.ig | dpost >$@ 12 troff -Tps -ms 2>err.ig | dpost >$@
13 13
14 err.ig: $(CHAPS) 14 err.ig: $(CHAPS)
15 export TROFFONTS=fonts;\ 15 export TROFFONTS=fonts;\
16 soelim $(CHAPS) | $(REFER) | pic | \ 16 soelim $(CHAPS) | $(REFER) | tbl | pic | \
17 troff -Tps -ms -rZ1 -z 2>$@ 17 troff -Tps -ms -rZ1 -z 2>$@
18 18
19 toc.ig: err.ig 19 toc.ig: err.ig
20 sed -n '/^TOC____/s///p' err.ig >$@ 20 sed -n '/^TOC____/s///p' err.ig >$@
21 21