Skip to content

Commit

Permalink
add .tar.xz and .zip files to source-dist
Browse files Browse the repository at this point in the history
(backport of 774f3c9)
  • Loading branch information
tkelman committed Nov 18, 2014
1 parent 0e72020 commit 081083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ source-dist: git-submodules
# Create file source-dist.tmp to hold all the filenames that go into the tarball
echo "base/version_git.jl" > source-dist.tmp
git ls-files >> source-dist.tmp
ls deps/*.tar.gz deps/*.tar.bz2 deps/*.tgz >> source-dist.tmp
ls deps/*.tar.gz deps/*.tar.bz2 deps/*.tar.xz deps/*.tgz deps/*.zip >> source-dist.tmp
git submodule --quiet foreach 'git ls-files | sed "s&^&$$path/&"' >> source-dist.tmp

# Remove unwanted files
Expand Down

0 comments on commit 081083c

Please sign in to comment.