Doc: Add layout documentation

This commit is contained in:
Leon Henrik Plickat
2020-06-13 14:43:12 +02:00
committed by Isaac Freund
parent 4cbef71a8d
commit ec0631dcef
3 changed files with 82 additions and 2 deletions

View File

@ -210,6 +210,7 @@ const ScdocStep = struct {
const scd_paths = [_][]const u8{
"doc/river.1.scd",
"doc/riverctl.1.scd",
"doc/river-layouts.1.scd",
};
builder: *std.build.Builder,