Makefile: include doc & build_files in spell checking

This commit is contained in:
Campbell Barton
2025-02-02 13:56:43 +11:00
parent 857e9cbbef
commit 53c61f6aa5

View File

@@ -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) \