comparison makefile @ 1:deedec7f31eb

style: cleanups
author markus schnalke <meillo@marmaro.de>
date Thu, 14 Nov 2013 07:05:43 +0100
parents c264ce6f5b83
children 1c5c5d20d8b7
comparison
equal deleted inserted replaced
0:c264ce6f5b83 1:deedec7f31eb
7 all: $(NAME).ps 7 all: $(NAME).ps
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) | \ 11 soelim $(CHAPS) | $(REFER) | \
12 tbl | grap | pic | \ 12 troff -Tps -ms 2>err.ig | dpost >$@
13 troff -Tps -ms -mpictures 2>err.ig | dpost >$@
14 13
15 err.ig: $(CHAPS) 14 err.ig: $(CHAPS)
16 export TROFFONTS=fonts;\ 15 export TROFFONTS=fonts;\
17 soelim $(CHAPS) | $(REFER) | \ 16 soelim $(CHAPS) | $(REFER) | \
18 tbl | grap | pic | \ 17 troff -Tps -ms -rZ1 -z 2>$@
19 troff -Tps -ms -mpictures -rZ1 -z 2>$@
20 18
21 toc.ig: err.ig 19 toc.ig: err.ig
22 sed -n '/^TOC____/s///p' err.ig >$@ 20 sed -n '/^TOC____/s///p' err.ig >$@
23 21
24 refs.ig: err.ig 22 refs.ig: err.ig