make target to publish website

This commit is contained in:
Kovid Goyal 2021-06-30 15:01:25 +05:30
parent bc66b7f16e
commit 90d3ce4162
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -40,4 +40,7 @@ html:
linkcheck:
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs linkcheck
website:
./publish.py --only website
docs: man html