summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d49d0f0bd4..0ac8293257 100644
--- a/Makefile
+++ b/Makefile
@@ -268,6 +268,10 @@ epub:
webdocs:
(cd docs/docsite/; CPUS=$(CPUS) $(MAKE) docs)
+.PHONY: linkcheckdocs
+linkcheckdocs:
+ (cd docs/docsite/; CPUS=$(CPUS) $(MAKE) linkcheckdocs)
+
.PHONY: generate_rst
generate_rst: lib/ansible/cli/*.py
mkdir -p ./docs/man/man1/ ; \