blob: 586c8f5f18ea994949572c4b6f81ad38f2436f19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $Id: //depot/Master/support/tests/pdf-latex0-small2e/Makefile#2 $ $Date: 2004/08/03 $ $Author: karl $
# Originally written 2004 by Karl Berry. Public domain.
include ../common.mak
test = small2e
check test: knowngood.ppz
$(run) pdflatex '\nonstopmode\input $(test)' # found in distribution
$(pdfcheck) knowngood.ppz $(test).pdf
clean distclean:
$(rm) $(test).aux $(test).log $(pdfclean)
|