diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-28 00:06:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-28 00:06:37 +0000 |
commit | 08ab8dce83f53b0f915cb66a37bbc8478b22c307 (patch) | |
tree | 42580e7da8c24b55ac2f3986a86fb6e9b92829bf /Master/support/tests/pdf-context0-hello/Makefile | |
parent | 99bdbe3658fe23d766bbc1a3f47457f5ab4ade34 (diff) |
trunk
git-svn-id: svn://tug.org/texlive/trunk@8 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/support/tests/pdf-context0-hello/Makefile')
-rw-r--r-- | Master/support/tests/pdf-context0-hello/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/support/tests/pdf-context0-hello/Makefile b/Master/support/tests/pdf-context0-hello/Makefile new file mode 100644 index 00000000000..0b8aaf93af8 --- /dev/null +++ b/Master/support/tests/pdf-context0-hello/Makefile @@ -0,0 +1,14 @@ +# $Id: //depot/Master/support/tests/pdf-context4-select/Makefile#2 $ $Date: 2004/08/01 $ $Author: karl $ +# 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) |