Skip to content

Commit 82c4bf4

Browse files
Sacha0vtjnash
authored andcommitted
Unbreak source distribution tarball construction. (#43096)
Co-authored-by: Jameson Nash <[email protected]> (cherry picked from commit d958c8c)
1 parent 84f1314 commit 82c4bf4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ endif
461461
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
462462
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp
463463

464+
# Include all git-tracked filenames
465+
git ls-files >> light-source-dist.tmp
466+
467+
# Include documentation filenames
464468
find doc/_build/html >> light-source-dist.tmp
465469

466470
# Make tarball with only Julia code + stdlib tarballs

0 commit comments

Comments
 (0)