Add a make docs Makefile target

Fixes #622
This commit is contained in:
Kovid Goyal 2018-06-11 06:31:23 +05:30
parent 5f6c4c0f6c
commit 7cf7d94bba
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -38,3 +38,5 @@ man:
html:
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs html
docs: man html