Skip to content

Commit af28059

Browse files
Sacha0vtjnash
authored andcommitted
Unbreak source distribution tarball construction. (JuliaLang#43096)
Co-authored-by: Jameson Nash <[email protected]>
1 parent 993a123 commit af28059

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
@@ -456,6 +456,10 @@ endif
456456
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
457457
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp
458458

459+
# Include all git-tracked filenames
460+
git ls-files >> light-source-dist.tmp
461+
462+
# Include documentation filenames
459463
find doc/_build/html >> light-source-dist.tmp
460464

461465
# Make tarball with only Julia code + stdlib tarballs

0 commit comments

Comments
 (0)