build: include README.md in release tarballs

This commit is contained in:
Andrew Kelley 2023-07-23 15:51:13 -07:00
parent 9ada2f887c
commit a03fee465b

View File

@ -71,6 +71,7 @@ pub fn build(b: *std.Build) !void {
if (flat) { if (flat) {
b.installFile("LICENSE", "LICENSE"); b.installFile("LICENSE", "LICENSE");
b.installFile("README.md", "README.md");
} }
const langref_step = b.step("langref", "Build and install the language reference"); const langref_step = b.step("langref", "Build and install the language reference");