[Bf-docboard-svn] bf-manual: [9536] trunk/blender_docs/Makefile: Makefile: correct help text (wrong default target)

Campbell Barton noreply at blender.org
Wed Sep 7 04:08:17 CEST 2022


Revision: 9536
          https://developer.blender.org/rBM9536
Author:   campbellbarton
Date:     2022-09-07 04:08:17 +0200 (Wed, 07 Sep 2022)
Log Message:
-----------
Makefile: correct help text (wrong default target)

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

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2022-09-06 15:26:17 UTC (rev 9535)
+++ trunk/blender_docs/Makefile	2022-09-07 02:08:17 UTC (rev 9536)
@@ -7,9 +7,9 @@
 
 Convenience targets provided for building docs.
 
-- html                 to build the HTML web-site.
+- html (default)       to build the HTML web-site.
 - singlehtml           to build the HTML web-site as a single page.
-- livehtml (default)   to auto build on file changes on host on localhost.
+- livehtml             to auto build on file changes on host on localhost.
 - epubpdf              to convert an epub file to PDF.
 - readme               to make a 'readme.html' file.
 - clean                to delete all old build files.
@@ -39,7 +39,7 @@
 # You can set these variables from the command line, and also
 # from the environment for the first two.
 SPHINXBUILD     ?= sphinx-build
-SPHINXAUTOBUILD	?= sphinx-autobuild
+SPHINXAUTOBUILD ?= sphinx-autobuild
 SOURCEDIR        = ./manual
 BUILDDIR        ?= build
 BF_LANG         ?= en



More information about the Bf-docboard-svn mailing list