diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-22 21:26:49 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-22 21:26:49 +0200 |
commit | 92ab79cc00be5fb01a07f3381efdc3fc9bdc2348 (patch) | |
tree | 1532122453b29abea1bc37aecaae2dbab2abf78e /t/Makefile | |
parent | a85c6cc8b1f445883389fc65fa170b538291b7d6 (diff) | |
download | mk-92ab79cc00be5fb01a07f3381efdc3fc9bdc2348.tar.gz |
example.t: Add table of contents
Diffstat (limited to 't/Makefile')
-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 - > $@ |