summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/biblatex-software/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/biblatex-software/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/biblatex-software/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/biblatex-software/Makefile b/Master/texmf-dist/source/latex/biblatex-software/Makefile
index 5d80961ef20..552b71581d5 100644
--- a/Master/texmf-dist/source/latex/biblatex-software/Makefile
+++ b/Master/texmf-dist/source/latex/biblatex-software/Makefile
@@ -70,7 +70,11 @@ distrib:
# update history
rm history.tex
make software-biblatex.pdf
- tar --transform 's,^\(.\),biblatex-software/\1,' -czhvf biblatex-software.tar.gz `git ls-files`
+ rm -rf biblatex-software
+ mkdir biblatex-software
+ cp -a `git ls-files` biblatex-software
+# tar --transform 's,^\(.\),biblatex-software/\1,' -czvf biblatex-software.tar.gz `git ls-files`
+ tar -czvf biblatex-software.tar.gz biblatex-software
.PHONY: preserve restore clean distclean