Fix "make doc_man" not working, after recent changes

Since [0] man page generation calls PYTHON directly.

[0]: 5486c70aae94196d715c07364292fc108ebf59a8
This commit is contained in:
Campbell Barton 2023-11-29 16:02:33 +11:00
parent a385a98e8e
commit 994a93bd22

@ -599,7 +599,7 @@ doc_dna: .FORCE
@echo "docs written into: '$(BLENDER_DIR)/doc/blender_file_format/dna.html'"
doc_man: .FORCE
@$(BLENDER_BIN) --background --python doc/manpage/blender.1.py -- --output=blender.1 --verbose
@$(PYTHON) doc/manpage/blender.1.py --blender="$(BLENDER_BIN)" --output=blender.1 --verbose
help_features: .FORCE
@$(PYTHON) "$(BLENDER_DIR)/build_files/cmake/cmake_print_build_options.py" $(BLENDER_DIR)"/CMakeLists.txt"