Skip to content

Commit

Permalink
Unbreak source distribution tarball construction. (JuliaLang#43096)
Browse files Browse the repository at this point in the history
Co-authored-by: Jameson Nash <[email protected]>
  • Loading branch information
Sacha0 and vtjnash committed Nov 16, 2021
1 parent 28c49ce commit d958c8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ endif
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp

# Include all git-tracked filenames
git ls-files >> light-source-dist.tmp

# Include documentation filenames
find doc/_build/html >> light-source-dist.tmp

# Make tarball with only Julia code + stdlib tarballs
Expand Down

0 comments on commit d958c8c

Please sign in to comment.