summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/textpos/t/Makefile
blob: e369f0f919b27808d101f74b6c6f82511ef1dfce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
test: ../textpos.sty
	TEXINPUTS=..: ./runtests

clean:
	rm -f *~ *.log *.aux *.stderr *.stdout *.tmp *.diff *.dtl

%.dvi: %.tex
	TEXINPUTS=..: latex $<
%.pdf: %.tex
	TEXINPUTS=..: pdflatex $<
%.dtl: %.dvi
	dv2dt $< >$@
%.dvireport: %.dvi
	dvireport -F -up $< >$@
%.dtl.diff: %.dtl %.correct.dtl
	diff ${<:.dtl=.correct.dtl} $< >$@; true