[Bf-docboard-svn] bf-manual: [8169] trunk/blender_docs/Makefile: Makefile: tweak help text & indentation

Campbell Barton noreply at blender.org
Mon Jun 28 04:58:54 CEST 2021


Revision: 8169
          https://developer.blender.org/rBM8169
Author:   campbellbarton
Date:     2021-06-28 04:58:54 +0200 (Mon, 28 Jun 2021)
Log Message:
-----------
Makefile: tweak help text & indentation

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

Modified: trunk/blender_docs/Makefile
===================================================================
--- trunk/blender_docs/Makefile	2021-06-28 02:51:29 UTC (rev 8168)
+++ trunk/blender_docs/Makefile	2021-06-28 02:58:54 UTC (rev 8169)
@@ -7,7 +7,9 @@
 
 Convenience targets provided for building docs.
 
-- livehtml             to auto build on file changes on host on localhost.
+- html                 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.
 - epubpdf              to convert an epub file to PDF.
 - readme               to make a 'readme.html' file.
 - clean                to delete all old build files.
@@ -101,8 +103,8 @@
 epubpdf: .SPHINXBUILD_EXISTS
 	@$(SPHINXBUILD) -M epub "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
 	@ebook-convert $(BUILDDIR)/epub/*.epub blender_manual.pdf \
-	--pdf-default-font-size 16 \
-	--pdf-mono-font-size 14
+	               --pdf-default-font-size 16 \
+	               --pdf-mono-font-size 14
 
 readme:
 	@rst2html5 readme.rst > $(BUILDDIR)/readme.html
@@ -127,7 +129,7 @@
 
 report_po_progress:
 	@python3 tools_report/report_translation_progress.py --quiet \
-	        `find locale/ -maxdepth 1 -mindepth 1 -type d -not -iwholename '*.svn*' -printf 'locale/%f\n' | sort`
+	         `find locale/ -maxdepth 1 -mindepth 1 -type d -not -iwholename '*.svn*' -printf 'locale/%f\n' | sort`
 
 # ----------------------
 # Help for build targets



More information about the Bf-docboard-svn mailing list