comparison makefile @ 12:8578a6d4ed94

text: more text and a figure
author markus schnalke <meillo@marmaro.de>
date Wed, 26 Feb 2014 07:37:05 +0100
parents debf9b807f5f
children 3867f0a65d91
comparison
equal deleted inserted replaced
11:3f54e1e82c80 12:8578a6d4ed94
6 6
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) | 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) | \ 16 soelim $(CHAPS) | $(REFER) | 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