docs/bib-ref2
changeset 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 | a682d4046c6b |
children | c7835648dc17 |
files | makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/makefile Wed Mar 05 12:47:52 2014 +0100 1.2 +++ b/makefile Wed Mar 05 12:48:21 2014 +0100 1.3 @@ -8,12 +8,12 @@ 1.4 1.5 $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig 1.6 export TROFFONTS=fonts;\ 1.7 - soelim $(CHAPS) | $(REFER) | pic | \ 1.8 + soelim $(CHAPS) | $(REFER) | tbl | pic | \ 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) | pic | \ 1.14 + soelim $(CHAPS) | $(REFER) | tbl | pic | \ 1.15 troff -Tps -ms -rZ1 -z 2>$@ 1.16 1.17 toc.ig: err.ig