Add a linkcheck target to check links in the docs

This commit is contained in:
Kovid Goyal
2018-06-16 09:27:39 +05:30
parent c9a751360e
commit f710d6906e

View File

@@ -39,4 +39,7 @@ man:
html:
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs html
linkcheck:
$(MAKE) FAIL_WARN=$(FAIL_WARN) -C docs linkcheck
docs: man html