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

View File

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