authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-23 15:51:13-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-23 15:51:13-07:00
loga03fee465b6463518da60d7df8417c7bfd29152b
treee8b4c2065bbc2bb04d6c455c02a138c0b29fe10f
parent9ada2f887c932b259c02a6a4b4cee4f136e26678

build: include README.md in release tarballs


1 files changed, 1 insertions(+), 0 deletions(-)

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