[Bf-docboard-svn] bf-manual: [7148] trunk/blender_docs/Makefile: Makefile: Remove use of special sphinx options

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


Revision: 7148
          https://developer.blender.org/rBM7148
Author:   Blendify
Date:     2020-09-29 23:44:23 +0200 (Tue, 29 Sep 2020)
Log Message:
-----------
Makefile: Remove use of special sphinx options

These were unneeded

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

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2020-09-29 21:41:41 UTC (rev 7147)
+++ trunk/blender_docs/Makefile	2020-09-29 21:44:23 UTC (rev 7148)
@@ -17,17 +17,13 @@
 # End System Vars
 # ---------------
 
-
+# You can set these variables from the command line, and also
+# from the environment for the first two.
 SPHINXOPTS    ?= -j "$(NPROCS)"
 SPHINXBUILD   ?= sphinx-build
 SOURCEDIR     = ./manual
 BUILDDIR      = build
 
-# Internal variables.
-ALLSPHINXOPTS   = -d "$(BUILDDIR)/doctrees" $(SPHINXOPTS)
-# the i18n builder cannot share the environment and doctrees with the others
-I18NSPHINXOPTS  = $(SPHINXOPTS)
-
 # full paths
 CHAPTERS_FULL:=$(filter %/, $(wildcard manual/*/))
 # names only
@@ -167,7 +163,7 @@
 	          `find locale/ -maxdepth 1 -mindepth 1 -type d -not -iwholename '*.svn*' -printf 'locale/%f\n' | sort`
 
 gettext: .FORCE .SPHINXBUILD_EXISTS
-	$(SPHINXBUILD) -t builder_html -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
+	$(SPHINXBUILD) -t builder_html -b gettext $(SPHINXOPTS) $(BUILDDIR)/locale
 	@echo
 	@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
 



More information about the Bf-docboard-svn mailing list