If solarus is built without the Qt5 gui only solarus-run will be installed, but the corresponding solarus-run.6 man page is only installed in gui/CMakeLists.txt if compiled with the Qt5 gui.
This makes it so the solarus-run.6 man page is installed properly even if compiled without the Qt5 gui while as before both solarus.6 and solarus-run.6 will be installed if compiled with Qt5.
If solarus is built without the Qt5 gui only
solarus-run
will be installed, but the correspondingsolarus-run.6
man page is only installed ingui/CMakeLists.txt
if compiled with the Qt5 gui.This makes it so the
solarus-run.6
man page is installed properly even if compiled without the Qt5 gui while as before bothsolarus.6
andsolarus-run.6
will be installed if compiled with Qt5.