summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/facture/makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-26 00:45:20 +0000
committerKarl Berry <karl@freefriends.org>2011-09-26 00:45:20 +0000
commitfbee1a3798fb7649597e715858e9f03bfaa21da6 (patch)
tree6777bc4d708e3dcdcb31745da59b9f22e75f1921 /Master/texmf-dist/doc/xelatex/facture/makefile
parent94ec53bd37e1f36540195f3aadee0aa1be7830ee (diff)
new latex package facture
git-svn-id: svn://tug.org/texlive/trunk@24092 c570f23f-e606-0410-a88d-b1316a301751
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
+