authorgravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2023-01-14 11:54:28+01:00
committergravatar for manlio.perillo@gmail.comManlio Perillo <manlio.perillo@gmail.com> 2023-01-14 11:54:28+01:00
log29d7da519c97f9a3179d37e245bfa27703e28955
treeea27b3a3bc7535545859c3de7b89be89389b1fa0
parentfde57330fa25ec495e3dbf6d9de50ec07acfe21f

build.zig: update the docs step

Update the docs step to use the new docgen command line.

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

build.zig+1
...@@ -43,6 +43,7 @@ pub fn build(b: *Builder) !void {...@@ -43,6 +43,7 @@ pub fn build(b: *Builder) !void {
43 ) catch unreachable;43 ) catch unreachable;
44 const docgen_cmd = docgen_exe.run();44 const docgen_cmd = docgen_exe.run();
45 docgen_cmd.addArgs(&[_][]const u8{45 docgen_cmd.addArgs(&[_][]const u8{
46 "--zig",
46 rel_zig_exe,47 rel_zig_exe,
47 "doc" ++ fs.path.sep_str ++ "langref.html.in",48 "doc" ++ fs.path.sep_str ++ "langref.html.in",
48 langref_out_path,49 langref_out_path,