feat(console): added command to generate man pages

This commit is contained in:
Jef Roosens 2022-06-01 13:59:52 +02:00
parent ec92b16a73
commit 5ada62dd40
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
7 changed files with 49 additions and 0 deletions

View file

@ -60,6 +60,11 @@ api-docs:
rm -rf '$(SRC_DIR)/_docs'
cd '$(SRC_DIR)' && v doc -all -f html -m -readme .
.PHONY: man
man: vieter
rm -rf man
./vieter man man
# =====OTHER=====
.PHONY: lint