diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-22 22:18:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-22 22:18:23 +0000 |
commit | 00ff1bde18fb19e295a1dff020e8783df24e7b92 (patch) | |
tree | 510e4ecbc9ea21f9d6a1dd4a7c73d2b77195d9ff /Master/texmf-dist/doc/latex/resphilosophica/Makefile | |
parent | 594f8da1b0ee2150a36046f0847832ae39f5a46e (diff) |
resphilosophica (22feb18)
git-svn-id: svn://tug.org/texlive/trunk@46713 c570f23f-e606-0410-a88d-b1316a301751
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 |