Minimal manpage generation from cobra
This commit is contained in:
parent
c7f7bfc328
commit
92130d91ba
4 changed files with 19 additions and 0 deletions
8
Makefile
8
Makefile
|
|
@ -44,3 +44,11 @@ endif
|
|||
git -C site commit -m '$(GITHUB_REF:refs/tags/v%=%)' index.html
|
||||
git -C site push
|
||||
.PHONY: site-publish
|
||||
|
||||
|
||||
manpage:
|
||||
mkdir -p $@
|
||||
|
||||
.PHONY: manpages
|
||||
manpages: manpage
|
||||
go run ./cmd/gen-docs ./manpage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue