aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/t/Makefile b/t/Makefile
index 08c7543..e040b7a 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -6,13 +6,13 @@ PDFROFF ?= troff | dpost | ps2pdf -
all: $(TEST)
-u.tmac: ../u.tmac
- cp u.tmac u.tmac.orig
- grep -v '^\. *w ' ../u.tmac > u.tmac
+k.tmac: ../k.tmac
+ cp k.tmac k.tmac.orig || true
+ grep -v '^\. *w ' ../k.tmac > k.tmac
-.t.T: u.tmac t.tmac
+.t.T: k.tmac t.tmac
@echo -- $< -----------------------
@<$< $(TROFF) >/dev/null
-.t.pdf: u.tmac t.tmac
+.t.pdf: k.tmac t.tmac
<$< $(PDFROFF) > $@