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 84f1314 commit 82c4bf4Copy full SHA for 82c4bf4
Makefile
@@ -461,6 +461,10 @@ endif
461
-ls stdlib/srccache/*.tar.gz >> light-source-dist.tmp
462
-ls stdlib/*/StdlibArtifacts.toml >> light-source-dist.tmp
463
464
+ # Include all git-tracked filenames
465
+ git ls-files >> light-source-dist.tmp
466
+
467
+ # Include documentation filenames
468
find doc/_build/html >> light-source-dist.tmp
469
470
# Make tarball with only Julia code + stdlib tarballs
0 commit comments