Mercurial > 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 wrap: on
line diff
--- a/makefile Wed Mar 05 12:47:52 2014 +0100 +++ b/makefile Wed Mar 05 12:48:21 2014 +0100 @@ -8,12 +8,12 @@ $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig export TROFFONTS=fonts;\ - soelim $(CHAPS) | $(REFER) | pic | \ + soelim $(CHAPS) | $(REFER) | tbl | pic | \ troff -Tps -ms 2>err.ig | dpost >$@ err.ig: $(CHAPS) export TROFFONTS=fonts;\ - soelim $(CHAPS) | $(REFER) | pic | \ + soelim $(CHAPS) | $(REFER) | tbl | pic | \ troff -Tps -ms -rZ1 -z 2>$@ toc.ig: err.ig