make target to publish website
This commit is contained in:
parent
bc66b7f16e
commit
90d3ce4162
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -40,4 +40,7 @@ html:
|
|||
linkcheck:
|
||||
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs linkcheck
|
||||
|
||||
website:
|
||||
./publish.py --only website
|
||||
|
||||
docs: man html
|
||||
|
|
|
|||
Loading…
Reference in a new issue