Skip to content

Commit 8243c5b

Browse files
committed
add .tar.xz and .zip files to source-dist
(backport of 774f3c9)
1 parent d297ffb commit 8243c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ source-dist: git-submodules
360360
# Create file source-dist.tmp to hold all the filenames that go into the tarball
361361
echo "base/version_git.jl" > source-dist.tmp
362362
git ls-files >> source-dist.tmp
363-
ls deps/*.tar.gz deps/*.tar.bz2 deps/*.tgz >> source-dist.tmp
363+
ls deps/*.tar.gz deps/*.tar.bz2 deps/*.tar.xz deps/*.tgz deps/*.zip >> source-dist.tmp
364364
git submodule --quiet foreach 'git ls-files | sed "s&^&$$path/&"' >> source-dist.tmp
365365

366366
# Remove unwanted files

0 commit comments

Comments
 (0)