summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/generic/harftex/tests/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-03 09:11:28 +0900
committerNorbert Preining <norbert@preining.info>2021-04-03 09:11:57 +0900
commit9dce0a9e3ffee302c3a84cbef68d822f331c6fa0 (patch)
tree17fd0944b1d1725764c24c573ecf7681b5a57a0d /texmf-dist/doc/generic/harftex/tests/Makefile
parent3cc9d6f473501e915def164cbbbccd1a2535dbe5 (diff)
drop harftex
Diffstat (limited to 'texmf-dist/doc/generic/harftex/tests/Makefile')
-rw-r--r--texmf-dist/doc/generic/harftex/tests/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/texmf-dist/doc/generic/harftex/tests/Makefile b/texmf-dist/doc/generic/harftex/tests/Makefile
deleted file mode 100644
index 9c676e33..00000000
--- a/texmf-dist/doc/generic/harftex/tests/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-SHELL := /bin/bash
-
-.PHONY: test.pdf test-latex.pdf
-
-all: test.pdf test-latex.pdf
-
-test.pdf: test.tex
- time harftex $<
-
-test-latex.pdf: test-latex.tex
- time harflatex $<