summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/hyperref/test/Makefile
blob: 8b39cd2ecb23987a7da2f4c94978afceb6910360 (plain)
1
2
3
4
5
all:
	(for i in test*.tex; do pdflatex $$i;pdflatex $$i; done)

clean:
	-rm test*pdf *.aux *.log *.toc *.lof *.lot *.idx *.ind *.out