summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/chklref/Makefile.doc
blob: a12ad3b6291cd129c43c8cd6392a7c4a9d9b87f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.PHONY: all clean cleanall 

all: chklref.1 chklref.pdf clean

chklref.pdf: chklref.tex
	pdflatex chklref.tex
	pdflatex chklref.tex

chklref.1: ../chklref.pl
	help2man --output=$@ ../chklref.pl

clean:
	rm -f chklref.log chklref.aux chklref.out chklref.fls chklref.fdb_latexmk chklref.synctex.gz

cleanall: clean
	rm -f chklref.pdf