summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/generic/harftex/tests/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-07 00:04:51 +0900
committerNorbert Preining <norbert@preining.info>2019-09-07 00:04:51 +0900
commitd5a587139a50bf7e9ae3c96759a85cb039f3509c (patch)
tree9ead93dfba56e2f57f05f9473d23385dbb066115 /texmf-dist/doc/generic/harftex/tests/Makefile
parent86f5269fcc66b2c40900bd11f793534bc18da6f6 (diff)
harftex macros 0.4.1
Diffstat (limited to 'texmf-dist/doc/generic/harftex/tests/Makefile')
-rw-r--r--texmf-dist/doc/generic/harftex/tests/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/texmf-dist/doc/generic/harftex/tests/Makefile b/texmf-dist/doc/generic/harftex/tests/Makefile
new file mode 100644
index 00000000..9c676e33
--- /dev/null
+++ b/texmf-dist/doc/generic/harftex/tests/Makefile
@@ -0,0 +1,11 @@
+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 $<