Makefile: include doc & build_files in spell checking
This commit is contained in:
@@ -505,7 +505,9 @@ check_spelling_py: .FORCE
|
||||
"$(BLENDER_DIR)/release" \
|
||||
"$(BLENDER_DIR)/scripts" \
|
||||
"$(BLENDER_DIR)/source" \
|
||||
"$(BLENDER_DIR)/tools"
|
||||
"$(BLENDER_DIR)/tools" \
|
||||
"$(BLENDER_DIR)/doc" \
|
||||
"$(BLENDER_DIR)/build_files"
|
||||
|
||||
check_spelling_c: .FORCE
|
||||
@PYTHONIOENCODING=utf_8 $(PYTHON) \
|
||||
|
||||
Reference in New Issue
Block a user