diff options
Diffstat (limited to 'Build/tests/pdf-context0-hello/Makefile')
-rw-r--r-- | Build/tests/pdf-context0-hello/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/tests/pdf-context0-hello/Makefile b/Build/tests/pdf-context0-hello/Makefile new file mode 100644 index 00000000000..ce7141ad51f --- /dev/null +++ b/Build/tests/pdf-context0-hello/Makefile @@ -0,0 +1,14 @@ +# $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) |