Skip to content

Commit

Permalink
ziglang.org home page no longer in this repo
Browse files Browse the repository at this point in the history
update docs examples which use build-exe to be tested

See #465
  • Loading branch information
andrewrk committed Jan 17, 2018
1 parent 7a3fd89 commit 2e6125b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 783 deletions.
9 changes: 0 additions & 9 deletions build.zig
Expand Up @@ -24,17 +24,8 @@ pub fn build(b: &Builder) -> %void {
});
docgen_cmd.step.dependOn(&docgen_exe.step);

var docgen_home_cmd = b.addCommand(null, b.env_map, [][]const u8 {
docgen_exe.getOutputPath(),
rel_zig_exe,
"doc/home.html.in",
os.path.join(b.allocator, b.cache_root, "home.html") catch unreachable,
});
docgen_home_cmd.step.dependOn(&docgen_exe.step);

const docs_step = b.step("docs", "Build documentation");
docs_step.dependOn(&docgen_cmd.step);
docs_step.dependOn(&docgen_home_cmd.step);

const test_step = b.step("test", "Run all the tests");

Expand Down

0 comments on commit 2e6125b

Please sign in to comment.