[Bf-docboard-svn] bf-manual: [7159] trunk/blender_docs/Makefile: Makefiles: Remove custom builders we dont use

Aaron Carlisle noreply at blender.org
Wed Sep 30 01:34:22 CEST 2020


Revision: 7159
          https://developer.blender.org/rBM7159
Author:   Blendify
Date:     2020-09-30 01:34:22 +0200 (Wed, 30 Sep 2020)
Log Message:
-----------
Makefiles: Remove custom builders we dont use

These are still usuable through the sphinx make targets.
Downside is they dont give the open command but since we dont use these it is no big deal.

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

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2020-09-29 23:30:32 UTC (rev 7158)
+++ trunk/blender_docs/Makefile	2020-09-29 23:34:22 UTC (rev 7159)
@@ -94,18 +94,6 @@
 	PYTHONOPTIMIZE=2 \
 	$(SPHINXBUILD) -a -E -b html $(SPHINXOPTS) -j 1 $(SOURCEDIR) "$(BUILDDIR)/html"
 
-epub: .SPHINXBUILD_EXISTS
-	@QUICKY_CHAPTERS=$(QUICKY_CHAPTERS) \
-	$(SPHINXBUILD) -b epub $(SPHINXOPTS) $(SOURCEDIR) "$(BUILDDIR)/epub"
-	@echo "To view, run:"
-	@echo "  "$(OPEN_CMD) $(shell pwd)"/$(BUILDDIR)/epub/*.epub"
-
-singlehtml: .SPHINXBUILD_EXISTS
-	@QUICKY_CHAPTERS=$(QUICKY_CHAPTERS) \
-	$(SPHINXBUILD) -b singlehtml $(SPHINXOPTS) $(SOURCEDIR) "$(BUILDDIR)/singlehtml"
-	@echo "To view, run:"
-	@echo "  "$(OPEN_CMD) $(shell pwd)"/$(BUILDDIR)/singlehtml/$(CONTENTS_HTML)"
-
 latexpdf: .SPHINXBUILD_EXISTS
 	@QUICKY_CHAPTERS=$(QUICKY_CHAPTERS) \
 	$(SPHINXBUILD) -b latex $(SOURCEDIR) "$(BUILDDIR)/latex"
@@ -113,11 +101,6 @@
 	@echo "To view, run:"
 	@echo "  "$(OPEN_CMD) $(shell pwd)"/$(BUILDDIR)/latex/blender_manual.pdf"
 
-gettext: .SPHINXBUILD_EXISTS
-	@$(SPHINXBUILD) -t builder_html -b gettext $(SPHINXOPTS) $(BUILDDIR)/locale
-	@echo
-	@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
-
 readme:
 	@rst2html5 readme.rst > $(BUILDDIR)/readme.html
 	@echo "Build finished. The HTML page is in $(BUILDDIR)/readme.html."



More information about the Bf-docboard-svn mailing list