Fix "make doc_man" not working, after changes in 61d99d45

Ref #115127
This commit is contained in:
Brecht Van Lommel 2023-11-22 19:55:35 +01:00
parent 70e2c0bcd4
commit cf1b3eee99
1 changed files with 1 additions and 1 deletions

View File

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