summaryrefslogtreecommitdiff
path: root/Build/tests/pdf-context0-hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tests/pdf-context0-hello/Makefile')
-rw-r--r--Build/tests/pdf-context0-hello/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/tests/pdf-context0-hello/Makefile b/Build/tests/pdf-context0-hello/Makefile
deleted file mode 100644
index ce7141ad51f..00000000000
--- a/Build/tests/pdf-context0-hello/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id$
-# Originally written 2004 by Karl Berry. Public domain.
-
-include ../common.mak
-
-test = hello
-
-check test: knowngood.ppz
- $(run) $(context) $(test).tex
- $(pdfcheck) knowngood.ppz $(test).pdf
-
-clean distclean:
- $(rm) $(test).aux $(test).log $(pdfclean)
- $(rm) $(ctxclean)