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/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/aomart/Makefile b/Master/texmf-dist/doc/latex/aomart/Makefile
index e0c67b7c3c7..a32946042f1 100644
--- a/Master/texmf-dist/doc/latex/aomart/Makefile
+++ b/Master/texmf-dist/doc/latex/aomart/Makefile
@@ -3,14 +3,15 @@
#
# This file is in public domain
#
-# $Id: Makefile,v 1.5 2016/11/18 21:46:03 boris Exp $
+# $Id: Makefile,v 1.7 2017/12/14 03:25:19 boris Exp $
#
PACKAGE=aomart
SAMPLES = \
aomsample.tex\
- aomsample1.tex
+ aomsample1.tex \
+ aomfrench.tex
PDF = $(PACKAGE).pdf ${SAMPLES:%.tex=%.pdf}
@@ -59,7 +60,9 @@ 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)
+ COPYFILE_DISABLE=1 \
+ tar -C .. -czvf ../$(PACKAGE).tgz --exclude '*~' \
+ --exclude '*.tgz' --exclude '*.zip' --exclude CVS $(PACKAGE)
mv ../$(PACKAGE).tgz .
zip: all clean