summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/test/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/test/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/test/Makefile b/Master/texmf-dist/source/latex/hyperref/test/Makefile
new file mode 100644
index 00000000000..ac6fc6cb9b3
--- /dev/null
+++ b/Master/texmf-dist/source/latex/hyperref/test/Makefile
@@ -0,0 +1,7 @@
+all:
+ pdflatex test7
+ pdflatex test7
+ (for i in test*.tex; do pdflatex $$i;pdflatex $$i; done)
+
+clean:
+ -$(RM) test*pdf *.aux *.log *.toc *.lof *.lot *.idx *.ind *.out