# HG changeset patch # User markus schnalke # Date 1394020101 -3600 # Node ID 0ad432eaeb7185801f66dab65995448d2d264fcb # Parent a682d4046c6b19370ab35bb9d78f28b927f5f3a1 makefile: we have a table too now, thus pipe through tbl(1) diff -r a682d4046c6b -r 0ad432eaeb71 makefile --- 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