diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-16 23:23:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-16 23:23:30 +0000 |
commit | 2021343f8a392e74cbb84959bcef454899187213 (patch) | |
tree | 1249b2532bd9dbac1700ae254080bce1d7026c83 /Master/texmf-dist/doc/xelatex/facture/makefile | |
parent | 38abb16203e10729d9936fef27a395edfb1860e8 (diff) |
facture (16jan15)
git-svn-id: svn://tug.org/texlive/trunk@36075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/facture/makefile')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/xelatex/facture/makefile b/Master/texmf-dist/doc/xelatex/facture/makefile index 5132211b304..d34366b6cfd 100644 --- a/Master/texmf-dist/doc/xelatex/facture/makefile +++ b/Master/texmf-dist/doc/xelatex/facture/makefile @@ -1,7 +1,11 @@ .PHONY:all clean -all:facture.pdf exemple.pdf exemplesansTVA.pdf - zip facture.zip facture.ins facture.dtx *pdf README makefile *.tex +all:facture.pdf exemple.pdf exemplesansTVA.pdf exemplesansremise.pdf + rm -f ../facture.zip + rm -rf facture + mkdir facture + ln *pdf *ins *dtx *cls *tex README makefile facture + zip -r ../facture.zip facture @@ -19,4 +23,5 @@ facture.pdf:facture.cls facture.dtx clean: rm -f *out *aux *log *pdf *glo *zip *cls *ilg *idx *gls *toc + rm -rf facture |