diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-16 23:23:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-16 23:23:12 +0000 |
commit | 38abb16203e10729d9936fef27a395edfb1860e8 (patch) | |
tree | 205b22c23903106a8810de242a650745b68acaf6 /Master/texmf-dist/doc/latex/resphilosophica/Makefile | |
parent | 99552c8035c88f114240fe666033aa77db869b39 (diff) |
resphilosophica (16jan15)
git-svn-id: svn://tug.org/texlive/trunk@36074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/resphilosophica/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/Makefile b/Master/texmf-dist/doc/latex/resphilosophica/Makefile index 2d6cfa7ca3b..034673e062a 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/Makefile +++ b/Master/texmf-dist/doc/latex/resphilosophica/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 1.7 2013-12-08 03:38:39 boris Exp $ +# $Id: Makefile,v 1.8 2014-04-14 16:05:06 boris Exp $ # PACKAGE=resphilosophica @@ -55,4 +55,4 @@ 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 latex |