[Bf-docboard-svn] bf-manual: [7147] trunk/blender_docs/Makefile: Makefile: Fix check_links builder

Aaron Carlisle noreply at blender.org
Tue Sep 29 23:41:41 CEST 2020


Revision: 7147
          https://developer.blender.org/rBM7147
Author:   Blendify
Date:     2020-09-29 23:41:41 +0200 (Tue, 29 Sep 2020)
Log Message:
-----------
Makefile: Fix check_links builder

Modified Paths:
--------------
    trunk/blender_docs/Makefile

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2020-09-29 21:36:41 UTC (rev 7146)
+++ trunk/blender_docs/Makefile	2020-09-29 21:41:41 UTC (rev 7147)
@@ -151,7 +151,7 @@
 	- python3 tools_rst/rst_check_spelling.py
 
 check_links: .FORCE
-	$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
+	$(SPHINXBUILD) -b linkcheck $(SOURCEDIR) $(BUILDDIR)/linkcheck
 	@echo
 	@echo "Link check complete; look for any errors in the above output " \
 	      "or in $(BUILDDIR)/linkcheck/output.txt."



More information about the Bf-docboard-svn mailing list