docs/master
changeset 113:4a1f5ec6220d
makefile: Minor improvements.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 25 Jun 2012 10:07:33 +0200 |
parents | 4e6a9ae1b53c |
children | 92cbd3fa1c40 |
files | makefile |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line diff
1.1 --- a/makefile Sun Jun 24 22:32:18 2012 +0200 1.2 +++ b/makefile Mon Jun 25 10:07:33 2012 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 1.5 all: $(NAME).ps 1.6 1.7 -$(NAME).ps: $(CHAPS) makefile bib 1.8 +$(NAME).ps: $(CHAPS) makefile bib toc.ig 1.9 export TROFFONTS=fonts REFER=bib;\ 1.10 soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \ 1.11 grap | pic | troff -Tps -ms 2>err.ig | dpost >$@ 1.12 @@ -15,9 +15,8 @@ 1.13 soelim $(CHAPS) | refer -e -P -sLAD -l,2 -k | \ 1.14 grap | pic | troff -Tps -ms -rZ1 -z 2>$@ 1.15 1.16 -toc.roff: toc.ig 1.17 toc.ig: err.ig 1.18 - sed -n '/^TOC____/s///p' $< >$@ 1.19 + sed -n '/^TOC____/s///p' err.ig >$@ 1.20 1.21 pdf: $(NAME).pdf 1.22 $(NAME).pdf: $(NAME).ps