From 29d7da519c97f9a3179d37e245bfa27703e28955 Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Sat, 14 Jan 2023 11:54:28 +0100 Subject: [PATCH] build.zig: update the docs step Update the docs step to use the new docgen command line. --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index 1473fcbf3c..9d60863bd4 100644 --- a/build.zig +++ b/build.zig @@ -43,6 +43,7 @@ pub fn build(b: *Builder) !void { ) catch unreachable; const docgen_cmd = docgen_exe.run(); docgen_cmd.addArgs(&[_][]const u8{ + "--zig", rel_zig_exe, "doc" ++ fs.path.sep_str ++ "langref.html.in", langref_out_path,