summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/tests/07-mapwarn/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-20 23:19:14 +0000
committerKarl Berry <karl@freefriends.org>2017-04-20 23:19:14 +0000
commit787388896aeca25d78e2f4932817031eb24b7b8b (patch)
tree4e1e50d0b4f9814afb7250c8009a98af2b2e2cfd /Master/texmf-dist/doc/pdftex/tests/07-mapwarn/Makefile
parentf68f64a36015d78e5a860d201ad2accc23d5cc40 (diff)
pdftex doc update for 1.40.18 (TL17)
git-svn-id: svn://tug.org/texlive/trunk@43951 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/tests/07-mapwarn/Makefile')
-rw-r--r--Master/texmf-dist/doc/pdftex/tests/07-mapwarn/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/pdftex/tests/07-mapwarn/Makefile b/Master/texmf-dist/doc/pdftex/tests/07-mapwarn/Makefile
new file mode 100644
index 00000000000..6e40de92426
--- /dev/null
+++ b/Master/texmf-dist/doc/pdftex/tests/07-mapwarn/Makefile
@@ -0,0 +1,12 @@
+# $Id: Makefile 777 2017-04-20 23:08:32Z karl $
+# Public domain.
+
+include ../Common.mak
+
+default: test-mapwarn
+
+test-mapwarn:
+ $(prog) test-mapwarn.tex; test $$? = 1 # pdftex should exit 1
+
+clean:
+ $(clean)