Add a linkcheck target to check links in the docs
This commit is contained in:
parent
c9a751360e
commit
f710d6906e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue