blob: 7297d395e71cf49c0d89cc24936e4c6e559f26ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id$
# Originally written 2004 by Karl Berry. Public domain.
include ../common.mak
test = story
check test: knowngood.ppz
$(run) pdftex '\nonstopmode\input $(test) \bye' # in distribution
$(pdfcheck) knowngood.ppz $(test).pdf
clean distclean:
$(rm) $(test).aux $(test).log $(pdfclean)
|