From 45d8e3acad728d8fe33cb6087853108ec51c783b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 19 Nov 2016 22:47:11 +0000 Subject: aomart (19nov16) git-svn-id: svn://tug.org/texlive/trunk@42540 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/aomart/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/latex/aomart/Makefile') 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/*' -- cgit v1.2.3