summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/aomart/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-19 22:47:11 +0000
committerKarl Berry <karl@freefriends.org>2016-11-19 22:47:11 +0000
commit45d8e3acad728d8fe33cb6087853108ec51c783b (patch)
treeea7bc3d70512543f172b1a1c59705642d5331870 /Master/texmf-dist/doc/latex/aomart/Makefile
parente538025ee4c38ccd1f1ce84ea84fe5278529cad6 (diff)
aomart (19nov16)
git-svn-id: svn://tug.org/texlive/trunk@42540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/aomart/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/aomart/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/aomart/Makefile b/Master/texmf-dist/doc/latex/aomart/Makefile
index 26a12f6a3c7..e0c67b7c3c7 100644
--- a/Master/texmf-dist/doc/latex/aomart/Makefile
+++ b/Master/texmf-dist/doc/latex/aomart/Makefile
@@ -3,7 +3,7 @@
#
# This file is in public domain
#
-# $Id: Makefile,v 1.4 2015-02-18 18:01:49 boris Exp $
+# $Id: Makefile,v 1.5 2016/11/18 21:46:03 boris Exp $
#
PACKAGE=aomart
@@ -59,7 +59,8 @@ distclean: clean
# Archive for the distribution. Includes typeset documentation
#
archive: all clean
- tar -C .. -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS $(PACKAGE)
+ tar -C .. -czvf ../$(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS $(PACKAGE)
+ mv ../$(PACKAGE).tgz .
zip: all clean
- zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' \ No newline at end of file
+ zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*'