forked from vieter-v/vieter
feat(console): added command to generate man pages
This commit is contained in:
parent
ec92b16a73
commit
5ada62dd40
7 changed files with 49 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue