mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
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…
Add table
Add a link
Reference in a new issue