summaryrefslogtreecommitdiff
path: root/Master/support/tests/pdf-tex0-story/Makefile
blob: c433c7215a8e6edb714945826b70866e87adc390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: //depot/Master/support/tests/pdf-tex0-story/Makefile#3 $  $Date: 2004/08/03 $  $Author: karl $
# 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)