diff --git a/Makefile b/Makefile index cefe6dee2a0fa..3452310148fcf 100644 --- a/Makefile +++ b/Makefile @@ -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