generate manpages into ./share/man/man1
This commit is contained in:
parent
dffb55889c
commit
db2fac93ea
3 changed files with 6 additions and 7 deletions
4
Makefile
4
Makefile
|
|
@ -46,9 +46,9 @@ endif
|
|||
.PHONY: site-publish
|
||||
|
||||
|
||||
manpage:
|
||||
share/man/man1/:
|
||||
mkdir -p $@
|
||||
|
||||
.PHONY: manpages
|
||||
manpages: manpage
|
||||
go run ./cmd/gen-docs --man-page --doc-path ./manpage
|
||||
go run ./cmd/gen-docs --man-page --doc-path ./share/man/man1/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue