summaryrefslogtreecommitdiff
path: root/support/bibtexperllibs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/bibtexperllibs/Makefile')
-rw-r--r--support/bibtexperllibs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/bibtexperllibs/Makefile b/support/bibtexperllibs/Makefile
index 6e7d5b4755..c80e99f49b 100644
--- a/support/bibtexperllibs/Makefile
+++ b/support/bibtexperllibs/Makefile
@@ -19,4 +19,4 @@ install:
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 --exclude .git --exclude .gitignore --exclude blib --exclude "*.tar.gz" $(PACKAGE)
+ COPYFILE_DISABLE=1 tar -czvf $(PACKAGE).tgz -C .. --exclude '*~' --exclude '*.tgz' --exclude CVS --exclude .git --exclude .gitignore --exclude blib --exclude "*.tar.gz" --exclude pm_to_blib $(PACKAGE)