diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/resphilosophica/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/resphilosophica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/resphilosophica/Makefile b/Master/texmf-dist/doc/latex/resphilosophica/Makefile index 30030bd7f80..f3b0c35b133 100644 --- a/Master/texmf-dist/doc/latex/resphilosophica/Makefile +++ b/Master/texmf-dist/doc/latex/resphilosophica/Makefile @@ -3,7 +3,7 @@ # # This file is in public domain # -# $Id: Makefile,v 1.10 2017/03/28 16:39:12 boris Exp $ +# $Id: Makefile,v 1.11 2018/02/22 01:45:45 boris Exp $ # PACKAGE=resphilosophica @@ -55,6 +55,6 @@ distclean: clean # Archive for the distribution. Includes typeset documentation # archive: all clean - tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \ + COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' \ --exclude '*.tgz' --exclude CVS \ --transform 's/latex/resphilosophica/' latex |