blob: 0b8aaf93af86afeb16a6bebb6cc70c54599f84d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
|