aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
authorJohn Ankarstrom <john@ankarstrom.se>2021-07-03 19:56:16 +0200
committerJohn Ankarstrom <john@ankarstrom.se>2021-07-03 20:12:30 +0200
commitbc84dd1eab78e96ccc7dabd7561cfaf57f165951 (patch)
tree9b6c88827525687ec9204f33807c6535f8d5cb9b /t/Makefile
parentc0b94c538d7bee2a81991d64f44b4b2ad255091e (diff)
downloadmk-bc84dd1eab78e96ccc7dabd7561cfaf57f165951.tar.gz
Move mk into separate directory
Diffstat (limited to 't/Makefile')
-rw-r--r--t/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/t/Makefile b/t/Makefile
deleted file mode 100644
index e040b7a..0000000
--- a/t/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-.SUFFIXES: .t .T .pdf
-TEST != ls *.t | sed 's/t$$/T/'
-
-TROFF ?= troff
-PDFROFF ?= troff | dpost | ps2pdf -
-
-all: $(TEST)
-
-k.tmac: ../k.tmac
- cp k.tmac k.tmac.orig || true
- grep -v '^\. *w ' ../k.tmac > k.tmac
-
-.t.T: k.tmac t.tmac
- @echo -- $< -----------------------
- @<$< $(TROFF) >/dev/null
-
-.t.pdf: k.tmac t.tmac
- <$< $(PDFROFF) > $@