diff options
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/facture/makefile')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/facture/makefile b/Master/texmf-dist/doc/xelatex/facture/makefile index 6fcbb05b5f0..5132211b304 100644 --- a/Master/texmf-dist/doc/xelatex/facture/makefile +++ b/Master/texmf-dist/doc/xelatex/facture/makefile @@ -6,6 +6,7 @@ all:facture.pdf exemple.pdf exemplesansTVA.pdf %.cls:%.ins %.dtx + $(RM) $*.cls @xelatex $*.ins facture.pdf:facture.cls facture.dtx @xelatex facture.dtx |