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

clean:
	-$(RM) test*pdf *.aux *.log *.toc *.lof *.lot *.idx *.ind *.out