aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-21 14:33:37 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-21 14:34:48 +0200
commitb1ddb4001d5e3f0ef17ce2cc1363140efb733419 (patch)
treec484ca8e79823c997d01bf84ff9f63541ee6dc43 /t/Makefile
parent0fc33e53e2fd1410c2b2ea71bb21afcebee93a29 (diff)
downloadmk-b1ddb4001d5e3f0ef17ce2cc1363140efb733419.tar.gz
ne.t: Test s l, s ll
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/t/Makefile b/t/Makefile
index 6027724..58e5d3d 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -3,9 +3,13 @@ TEST != ls *.t | sed 's/t$$/T/'
all: $(TEST)
-.t.T:
+g.tmac: ../g.tmac
+ cp g.tmac g.tmac.orig
+ grep -v '^\. *w ' ../g.tmac > g.tmac
+
+.t.T: g.tmac t.tmac
@echo -- $< -----------------------
@groff -Tps $< >/dev/null
-.t.pdf:
+.t.pdf: g.tmac t.tmac
groff -Tps $< | ps2pdf - > $@