summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-08-29 20:00:05 +0000
committerKarl Berry <karl@freefriends.org>2022-08-29 20:00:05 +0000
commit3112b258daa16ced26a6acaae6e240f2820d82d2 (patch)
treede29c127874276b9e5d838e9963da25f87f284cb /Master/texmf-dist/source
parent30dbf0e69a99da34c828008e0d09629c5672a04f (diff)
pedigree-perl (29aug22)
git-svn-id: svn://tug.org/texlive/trunk@64227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/pedigree-perl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/pedigree-perl/Makefile b/Master/texmf-dist/source/latex/pedigree-perl/Makefile
index 446d533238e..75381ec7508 100644
--- a/Master/texmf-dist/source/latex/pedigree-perl/Makefile
+++ b/Master/texmf-dist/source/latex/pedigree-perl/Makefile
@@ -1,6 +1,6 @@
#
# Makefile for pedigree
-# $Id: Makefile,v 2.2 2007-07-29 19:52:51 boris Exp $
+# $Id: Makefile,v 2.3 2022/08/29 03:04:29 boris Exp $
#
# This file is in public domain
#
@@ -54,4 +54,4 @@ distclean: clean
# Archive for the distribution. Includes typeset documentation and man pages
#
archive: all docs clean
- tar -czvf pedigree.tgz --exclude '*~' --exclude '*.tgz' --exclude CVS .
+ COPYFILE_DISABLE=1 tar -czvf pedigree.tgz --exclude '*~' --exclude '*.tgz' --exclude CVS .