0
1
Fork 0
blender/doc
Campbell Barton ca8a168565 Fix #115056: man-page fails to build with non-portable install
This effectively reverts [0] which required the installed Blender
along with the `bpy` module to load for the install target to generate
the man-page. It turns out running a full Blender at install time can be
quite involved.

Now the man-page generator runs `blender --help` & `blender --version`,
converting the output into a man-page from a Python script.

Some minor changes have also been made:

- Use PYTHON_EXECUTABLE so the systems Python
  (which may not be compatible) isn't used.
- Remove leading blender version from the description
  which was unintentionally being included.

[0]: 61d99d450e
2023-12-01 11:04:46 +01:00
..
blender_file_format License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
doxygen Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
guides Cleanup: spelling in comments 2023-08-25 09:40:42 +10:00
license Docs: add license text file for LGPL2.1 2022-03-18 10:27:01 +11:00
manpage Fix #115056: man-page fails to build with non-portable install 2023-12-01 11:04:46 +01:00
python_api Docs: improve bpy.app.driver_namespace, add stub example 2023-11-01 14:06:46 +11:00