forked from blender/blender
Campbell Barton
ca8a168565
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]:
|
||
---|---|---|
.. | ||
blender_launcher_win32.c | ||
buildinfo.c | ||
CMakeLists.txt | ||
creator_args.cc | ||
creator_intern.h | ||
creator_signals.cc | ||
creator.cc | ||
symbols_apple.map | ||
symbols_unix.map |