summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/afparticle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/afparticle/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/afparticle/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/afparticle/Makefile b/Master/texmf-dist/doc/latex/afparticle/Makefile
index a08cddf17e8..7ba268cc573 100644
--- a/Master/texmf-dist/doc/latex/afparticle/Makefile
+++ b/Master/texmf-dist/doc/latex/afparticle/Makefile
@@ -3,7 +3,7 @@
#
# This file is in public domain
#
-# $Id: Makefile,v 1.2 2014-08-12 19:44:36 boris Exp $
+# $Id: Makefile,v 1.5 2014-12-23 17:16:01 boris Exp $
#
PACKAGE=afparticle
@@ -55,6 +55,4 @@ distclean: clean
# Archive for the distribution. Includes typeset documentation
#
archive: all clean
- cd ..; \
- tar -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE); \
- cd $(PACKAGE) \ No newline at end of file
+ tar -C .. -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE) \ No newline at end of file