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
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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