forked from vieter-v/vieter
feat(console): added command to generate man pages
This commit is contained in:
parent
06df2c21f0
commit
329e819e15
8 changed files with 51 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