diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-19 22:15:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-19 22:15:50 +0000 |
commit | 10eee2660dbd42a48abf08917f3708dc6024832d (patch) | |
tree | fe7c72edc7720b64ed7aa2213e6f14e25e004baa /Master/texmf-dist/doc/latex/aomart/Makefile | |
parent | 16b1fb6f579845c00ddc1157988e37a01987e60c (diff) |
aomart (19feb15)
git-svn-id: svn://tug.org/texlive/trunk@36324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/aomart/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/Makefile | 6 |
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 |