mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
build: include README.md in release tarballs
This commit is contained in:
parent
9ada2f887c
commit
a03fee465b
@ -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");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user