summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/adjmulticol/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-07 03:00:57 +0000
committerNorbert Preining <norbert@preining.info>2020-03-07 03:00:57 +0000
commit8012fbf3193a5d1699496b198c3bd448973557bd (patch)
treeae7b8f657130de7157724405a57edb37485e9e6c /macros/latex/contrib/adjmulticol/Makefile
parent6749f197f068ccc7a12ea95ee2bbfca4942c1b13 (diff)
CTAN sync 202003070300
Diffstat (limited to 'macros/latex/contrib/adjmulticol/Makefile')
-rw-r--r--macros/latex/contrib/adjmulticol/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/latex/contrib/adjmulticol/Makefile b/macros/latex/contrib/adjmulticol/Makefile
index 2be5735458..471ef1d5db 100644
--- a/macros/latex/contrib/adjmulticol/Makefile
+++ b/macros/latex/contrib/adjmulticol/Makefile
@@ -3,7 +3,7 @@
#
# This file is in public domain
#
-# $Id: Makefile,v 2.3 2011-02-22 22:46:46 boris Exp $
+# $Id$
#
PACKAGE=adjmulticol
@@ -55,9 +55,9 @@ distclean: veryclean
# Archive for the distribution. Includes typeset documentation
#
archive: all clean
- tar -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude CVS .
+ COPYFILE_DISABLE=1 tar -C .. -czvf ../$(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS --exclude '.git*' $(PACKAGE); mv ../$(PACKAGE).tgz .
zip: all clean
${MAKE} $(PACKAGE).sty
$(RM) *.log
- zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x "*.ins" -x CVS -x 'CVS/*' \ No newline at end of file
+ zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x "*.ins" -x CVS -x 'CVS/*'