Commit Graph

2 Commits

Author SHA1 Message Date
Martin Frost 5c5150fafb Use backwards-compatible bash syntax
MacOS still uses a very old version of bash, probably for open source
licencing reasons. Therefore, I cannot use modern substitutions like
`${foo^^}` and must fall back to using `tr` instead.
2021-12-26 23:35:04 +01:00
Martin Frost 5a90506317 Add skeleton manpages
These use `mdsh` and `mandown` in order to automatically insert the
`help` messages into the markdown files, and then compile them to proper
manpages files.

Try to build manpages with the rest of the build
2021-12-25 19:19:10 +01:00