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