aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-16 17:06:24 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-16 17:06:24 +0200
commit751760287c15e511ed4a9cd4f977e27673f07cb6 (patch)
tree282dcf53828fb313b20dd0cee66a872af16551c6 /build.zig
parente2c034b76a4f639c3962f1dd7b208c33e29628e4 (diff)
downloadriver-751760287c15e511ed4a9cd4f977e27673f07cb6.tar.gz
river-751760287c15e511ed4a9cd4f977e27673f07cb6.tar.xz
docs: add rivertile man page
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 58116dd..58f98c8 100644
--- a/build.zig
+++ b/build.zig
@@ -217,6 +217,7 @@ const ScdocStep = struct {
const scd_paths = [_][]const u8{
"doc/river.1.scd",
"doc/riverctl.1.scd",
+ "doc/rivertile.1.scd",
"doc/river-layouts.1.scd",
};