From 8ca3e7f5704a60c34aab2c4a0a7691ec16c121a0 Mon Sep 17 00:00:00 2001 From: John Ankarstrom Date: Thu, 1 Jul 2021 22:26:00 +0200 Subject: Update test files with new name --- t/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 't/Makefile') 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) > $@ -- cgit v1.2.3