summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/facture/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/facture/makefile')
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/facture/makefile b/Master/texmf-dist/doc/xelatex/facture/makefile
new file mode 100644
index 00000000000..6fcbb05b5f0
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/facture/makefile
@@ -0,0 +1,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
+