[Bf-docboard-svn] bf-manual: [7189] trunk/blender_docs/make.bat: make.bat: Add spell checking

Aaron Carlisle noreply at blender.org
Mon Oct 5 22:22:53 CEST 2020


Revision: 7189
          https://developer.blender.org/rBM7189
Author:   Blendify
Date:     2020-10-05 22:22:53 +0200 (Mon, 05 Oct 2020)
Log Message:
-----------
make.bat: Add spell checking

Modified Paths:
--------------
    trunk/blender_docs/make.bat

Modified: trunk/blender_docs/make.bat
===================================================================
--- trunk/blender_docs/make.bat	2020-10-05 20:08:40 UTC (rev 7188)
+++ trunk/blender_docs/make.bat	2020-10-05 20:22:53 UTC (rev 7189)
@@ -62,6 +62,7 @@
 	echo.
 	echo.- check_structure      to check the structure of all .rst files
 	echo.- check_syntax         to check the syntax of all .rst files
+	echo.- check_spelling       to check spelling for text in RST files
 	goto EOF
 )
 
@@ -132,6 +133,12 @@
 
 )
 
+if "%1" == "check_spelling" (
+	echo. here
+	python tools_rst/rst_check_spelling.py
+	goto EOF
+)
+
 if "%1" == "check_structure" (
 	python tools_rst/rst_check_images.py
 	python tools_rst/rst_check_locale.py



More information about the Bf-docboard-svn mailing list