diff makefile @ 1:deedec7f31eb

style: cleanups
author markus schnalke <meillo@marmaro.de>
date Thu, 14 Nov 2013 07:05:43 +0100
parents c264ce6f5b83
children 1c5c5d20d8b7
line wrap: on
line diff
--- a/makefile	Wed Nov 13 08:15:58 2013 +0100
+++ b/makefile	Thu Nov 14 07:05:43 2013 +0100
@@ -9,14 +9,12 @@
 $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig
 	export TROFFONTS=fonts;\
 	soelim $(CHAPS) | $(REFER) | \
-		tbl | grap | pic | \
-		troff -Tps -ms -mpictures 2>err.ig | dpost >$@
+		troff -Tps -ms 2>err.ig | dpost >$@
 
 err.ig: $(CHAPS)
 	export TROFFONTS=fonts;\
 	soelim $(CHAPS) | $(REFER) | \
-		tbl | grap | pic | \
-		troff -Tps -ms -mpictures -rZ1 -z 2>$@
+		troff -Tps -ms -rZ1 -z 2>$@
 
 toc.ig: err.ig
 	sed -n '/^TOC____/s///p' err.ig >$@