| ... | @@ -19,7 +19,7 @@ pub fn build(b: *Builder) !void { | ... | @@ -19,7 +19,7 @@ pub fn build(b: *Builder) !void { |
| 19 | var docgen_cmd = b.addCommand(null, b.env_map, [][]const u8{ | 19 | var docgen_cmd = b.addCommand(null, b.env_map, [][]const u8{ |
| 20 | docgen_exe.getOutputPath(), | 20 | docgen_exe.getOutputPath(), |
| 21 | rel_zig_exe, | 21 | rel_zig_exe, |
| 22 | "doc/langref.html.in", | 22 | "doc" ++ os.path.sep_str ++ "langref.html.in", |
| 23 | os.path.join(b.allocator, b.cache_root, "langref.html") catch unreachable, | 23 | os.path.join(b.allocator, b.cache_root, "langref.html") catch unreachable, |
| 24 | }); | 24 | }); |
| 25 | docgen_cmd.step.dependOn(&docgen_exe.step); | 25 | docgen_cmd.step.dependOn(&docgen_exe.step); |