summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-12-13 15:40:38 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-12-13 21:05:30 +0100
commit8daf5b3b0af8d86dd57f2161bf03688a45465ca5 (patch)
tree0cee959a287a7339d8da6fe3d52069fcdd147fc1 /scripts
parenta66a5541639ffac0a5265616f652f7663804dc87 (diff)
downloadmupdf-8daf5b3b0af8d86dd57f2161bf03688a45465ca5.tar.xz
Add 'tar.xz' to "make tarball" script.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/archive.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/archive.sh b/scripts/archive.sh
index 0a6e8b3d..483bef23 100644
--- a/scripts/archive.sh
+++ b/scripts/archive.sh
@@ -16,4 +16,6 @@ do
done
echo gzip $O.tar
-gzip -f $O.tar
+gzip -f -k $O.tar
+echo xz $O.tar
+xz -f -k $O.tar