solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
712 stars 133 forks source link

Install solarus-run.6 when the gui is not compiled #1071

Closed orbea closed 7 years ago

orbea commented 7 years ago

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.