slight manpage formatting corrections

This commit is contained in:
Tilman Kranz 2025-05-30 19:37:12 +02:00
parent 0eb7823f56
commit 3c51b624e5
3 changed files with 13 additions and 18 deletions

View file

@ -14,7 +14,7 @@ $(README): $(PROGRAM)
./$(PROGRAM) --help > $(README)
$(MANPAGE): $(README)
ronn < $(README) > $(MANPAGE)
ronn --date=$$(date +"%Y-%m-%d") --manual="User Commands" --organization=tk-sls.de/git --section="1" < $(README) > $(MANPAGE)
.PHONY: all install install-bin install-doc install-man