aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-22 21:26:49 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-22 21:26:49 +0200
commit92ab79cc00be5fb01a07f3381efdc3fc9bdc2348 (patch)
tree1532122453b29abea1bc37aecaae2dbab2abf78e /t
parenta85c6cc8b1f445883389fc65fa170b538291b7d6 (diff)
downloadmk-92ab79cc00be5fb01a07f3381efdc3fc9bdc2348.tar.gz
example.t: Add table of contents
Diffstat (limited to 't')
-rw-r--r--t/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Makefile b/t/Makefile
index 58e5d3d..122da6d 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -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 - > $@