diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-26 23:48:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-26 23:48:36 +0000 |
commit | 800cc56380d1edfe567a6a66bef13e8950eb2b0c (patch) | |
tree | a3e7e8a44aed5605d8c10a5c9e1f90e68e0dfa7f /Master/texmf-dist/source/latex/pst-intersect/Makefile | |
parent | b915e2e1843abfed0f5230f03991029d7b42dfd3 (diff) |
pst-intersect (26feb14)
git-svn-id: svn://tug.org/texlive/trunk@33056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pst-intersect/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/pst-intersect/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/pst-intersect/Makefile b/Master/texmf-dist/source/latex/pst-intersect/Makefile index 43463f8ada8..049aad3dd98 100644 --- a/Master/texmf-dist/source/latex/pst-intersect/Makefile +++ b/Master/texmf-dist/source/latex/pst-intersect/Makefile @@ -17,13 +17,9 @@ all : doc doc-DE doc : $(PACKAGE).pdf doc-DE : $(PACKAGE)-DE.pdf -dist : doc Changes +dist : doc doc-DE Changes mkdir -p $(PACKAGE) cp $(ARCHFILES) $(PACKAGE) - tar chvzf $(ARCHNAME).tar.gz $(PACKAGE) - rm -rf $(PACKAGE) - @ echo - @ echo $(ARCHNAME).tar.gz $(PACKAGE).dvi: L = english $(PACKAGE)-DE.dvi: L = ngerman @@ -42,10 +38,7 @@ $(PACKAGE).sty $(PACKAGE).pro $(PACKAGE).tex: $(PACKAGE).ins $(PACKAGE).dtx Changes: Changes.py $(PACKAGE).dtx python $< -arch : Changes - zip $(ARCHNAME).zip $(ARCHFILES) - -arch-tds : Changes +arch-tds : Changes doc doc-DE $(RM) $(ARCHNAME_TDS).zip mkdir -p tds/tex/latex/$(PACKAGE) mkdir -p tds/tex/generic/$(PACKAGE) @@ -63,7 +56,8 @@ arch-tds : Changes rm -rf tds ctan : dist arch-tds - tar cf $(PACKAGE).tar $(ARCHNAME_TDS).zip $(ARCHNAME).tar.gz + zip -r $(PACKAGE).zip $(ARCHNAME_TDS).zip $(PACKAGE) + $(RM) -rf $(PACKAGE)/ clean : $(RM) $(foreach prefix, $(PACKAGE) $(PACKAGE)-DE, \ |