summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/bibtexperllibs/Makefile')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/Makefile b/Master/texmf-dist/source/support/bibtexperllibs/Makefile
index ba762569fea..6e7d5b47558 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/Makefile
+++ b/Master/texmf-dist/source/support/bibtexperllibs/Makefile
@@ -16,7 +16,7 @@ clean:
distclean:
install:
- for dir in ${DIRS}; do cd $$dir; ${MAKE} -f Makefile.TDS install; cd ..; done
+ for dir in ${DIRS}; do (cd $$dir && ${MAKE} -f Makefile.TDS install); done
archive:
- COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS $(PACKAGE)
+ COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS --exclude .git --exclude .gitignore --exclude blib --exclude "*.tar.gz" $(PACKAGE)