summaryrefslogtreecommitdiff
path: root/Master/support/tests/pdf-context0-hello/Makefile
blob: ce7141ad51fe3c5e4bfc4e271277cd14f9cf8199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)