Provide man page #5

Merged
yves-biener merged 3 commits from man-page into main 2023-10-14 12:10:29 +02:00
Showing only changes of commit 7d10ee4c75 - Show all commits

View File

@@ -23,6 +23,8 @@ pub fn build(b: *std.Build) void {
.target = target, .target = target,
.optimize = optimize, .optimize = optimize,
}); });
// install man pages along executable
b.installFile("doc/sp.1", "man/man1/sp.1");
// This declares intent for the executable to be installed into the // This declares intent for the executable to be installed into the
// standard location when the user invokes the "install" step (the default // standard location when the user invokes the "install" step (the default