diff options
Diffstat (limited to 't')
-rw-r--r-- | t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ g.tmac: ../g.tmac .t.T: g.tmac t.tmac @echo -- $< ----------------------- - @groff -Tps $< >/dev/null + @groff -z $< .t.pdf: g.tmac t.tmac groff -Tps $< | ps2pdf - > $@ |