Commit graph

4 commits

Author SHA1 Message Date
Weihang Lo e3dec38f4b
mdman: use cargo build-man everywhere 2023-04-28 15:46:37 +01:00
Sebastian Thiel 7715010c08
Prevent false positives when checking for changes in src/doc.
When changing cargo versions from stable to nightly, it's possible
that the Cargo.lock format changes ever so slightly. This leaves
the `Cargo.lock` file changed which is picked up by `git status`.

This patch adjusts the `git status` invocation to limit itself
to the CWD.
2023-04-18 17:52:55 +01:00
Eric Huss 77d71eb907 Fix man CI validation.
The check that generated files are in sync wasn't correctly checking
the etc/man directory.
2020-10-17 11:47:18 -07:00
Eric Huss 3134eef059 Docs, CI, and tools for building man pages. 2020-08-01 11:14:00 -07:00