slight manpage formatting corrections
This commit is contained in:
parent
0eb7823f56
commit
3c51b624e5
3 changed files with 13 additions and 18 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue