summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/nameauth/Makefile
blob: dc05663ad0e833b6a4183310d82f5c6b4a15d996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pdf	:	sty
		pdflatex nameauth.dtx
		makeindex -s gind.ist -o nameauth.ind nameauth.idx
		makeindex -s gglo.ist -o nameauth.gls nameauth.glo
		pdflatex nameauth.dtx

sty	:	nameauth.dtx nameauth.ins
		pdflatex nameauth.ins

clean	:
		rm -f nameauth.aux
		rm -f nameauth.log
		rm -f nameauth.glo
		rm -f nameauth.gls
		rm -f nameauth.idx
		rm -f nameauth.ilg
		rm -f nameauth.ind

clobber	:	clean
		rm -f nameauth.pdf
		rm -f nameauth.sty
		touch nameauth.*

dist:		pdf clean