summaryrefslogtreecommitdiff
path: root/systems/doc/pdftex/tests/16-nolink-special/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'systems/doc/pdftex/tests/16-nolink-special/Makefile')
-rw-r--r--systems/doc/pdftex/tests/16-nolink-special/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/systems/doc/pdftex/tests/16-nolink-special/Makefile b/systems/doc/pdftex/tests/16-nolink-special/Makefile
new file mode 100644
index 0000000000..f4880f209f
--- /dev/null
+++ b/systems/doc/pdftex/tests/16-nolink-special/Makefile
@@ -0,0 +1,22 @@
+# $Id: Makefile 833 2020-06-11 21:51:11Z thanh $
+# Public domain.
+
+# set texlive location; can be done here, or via env. variable
+# tl = ~/IdeaProjects/texlive/Master
+
+include ../Common.mak
+
+default: #test-nolink-not-yet-written
+
+nolink-xetex:
+# footline is correctly not linked:
+ xelatex nolink-xetex
+
+nolink-pdftex:
+ $(pdftex) -progname=pdflatex nolink-pdftex
+
+fmt:
+ $(pdftex) -ini -etex -env pdflatex.ini
+
+clean:
+ $(clean)