We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993a123 commit af28059Copy full SHA for af28059
Makefile
@@ -456,6 +456,10 @@ endif
456
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
457
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp
458
459
+ # Include all git-tracked filenames
460
+ git ls-files >> light-source-dist.tmp
461
+
462
+ # Include documentation filenames
463
find doc/_build/html >> light-source-dist.tmp
464
465
# Make tarball with only Julia code + stdlib tarballs
0 commit comments