diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-02 21:44:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-02 21:44:03 +0000 |
commit | aa056b71d1092508574f00e95a11c3587fc8b364 (patch) | |
tree | eb78da7f127730a8cbec949e47ffd3c773e5b59f /Master/texmf-dist/doc/latex/philosophersimprint/Makefile | |
parent | 6c95e35eb58191b087db90450b1d5151d4e21a13 (diff) |
philosophersimprint (2aug16)
git-svn-id: svn://tug.org/texlive/trunk@41788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/philosophersimprint/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/philosophersimprint/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/philosophersimprint/Makefile b/Master/texmf-dist/doc/latex/philosophersimprint/Makefile index aa9d74ec3a1..cbd49e7d9c5 100644 --- a/Master/texmf-dist/doc/latex/philosophersimprint/Makefile +++ b/Master/texmf-dist/doc/latex/philosophersimprint/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 1.8 2007-05-16 15:15:32 boris Exp $ +# $Id: Makefile,v 1.9 2016/08/01 18:43:56 boris Exp $ # PACKAGE=philosophersimprint @@ -45,7 +45,7 @@ clean: $(RM) $(PACKAGE).cls *.log *.aux \ *.cfg *.glo *.idx *.toc \ *.ilg *.ind *.out *.lof \ - *.lot *.bbl *.blg *.gls \ + *.lot *.bbl *.blg *.gls *.out \ *.dvi *.ps distclean: clean @@ -55,4 +55,6 @@ distclean: clean # Archive for the distribution. Includes typeset documentation # archive: all clean - tar -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS . + tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \ + --exclude '*.tgz' --exclude CVS \ + --transform 's/latex/$(PACKAGE)/' latex |