summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/facture/makefile
blob: 6fcbb05b5f0498cd75e8bc1ad836796af57f6e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.PHONY:all clean

all:facture.pdf exemple.pdf exemplesansTVA.pdf
	zip facture.zip facture.ins facture.dtx *pdf README makefile *.tex



%.cls:%.ins %.dtx
	@xelatex $*.ins
facture.pdf:facture.cls facture.dtx
	@xelatex facture.dtx
	@makeindex -s gglo.ist -o facture.gls facture.glo
	@xelatex facture.dtx
	@xelatex facture.dtx
	
%.pdf:%.tex facture.cls
	@xelatex $*	

clean:
	rm -f *out *aux *log *pdf *glo *zip *cls *ilg *idx *gls  *toc