summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/aomart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/aomart/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/aomart/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/aomart/Makefile b/Master/texmf-dist/doc/latex/aomart/Makefile
index f98c622f0b0..26a12f6a3c7 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.3 2010-10-25 01:46:35 boris Exp $
+# $Id: Makefile,v 1.4 2015-02-18 18:01:49 boris Exp $
#
PACKAGE=aomart
@@ -50,7 +50,7 @@ clean:
*.cfg *.glo *.idx *.toc \
*.ilg *.ind *.out *.lof \
*.lot *.bbl *.blg *.gls \
- *.dvi *.ps *.thm *.tgz *.zip
+ *.dvi *.ps *.thm *.tgz *.zip *.rpi
distclean: clean
$(RM) $(PDF) aomsample1.tex
@@ -59,7 +59,7 @@ distclean: clean
# Archive for the distribution. Includes typeset documentation
#
archive: all clean
- tar -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS .
+ tar -C .. -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS $(PACKAGE)
zip: all clean
zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' \ No newline at end of file