GNUMakefile: include additional CMakeLists files in spelling check

This commit is contained in:
Campbell Barton
2025-09-06 09:28:24 +10:00
parent 3c7f4edd92
commit 6c640d627d

View File

@@ -564,7 +564,9 @@ check_spelling_cmake: .FORCE
$(CHECK_SPELLING_EXTRA_ARGS) \ $(CHECK_SPELLING_EXTRA_ARGS) \
"$(BLENDER_DIR)/build_files/" \ "$(BLENDER_DIR)/build_files/" \
"$(BLENDER_DIR)/intern/" \ "$(BLENDER_DIR)/intern/" \
"$(BLENDER_DIR)/source/" "$(BLENDER_DIR)/source/" \
"$(BLENDER_DIR)/CMakeLists.txt" \
"$(BLENDER_DIR)/tests/CMakeLists.txt"
check_descriptions: .FORCE check_descriptions: .FORCE
@$(BLENDER_BIN) --background --factory-startup --python \ @$(BLENDER_BIN) --background --factory-startup --python \