Feature request #769
CMake option to define man path installation
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Build/Install | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 10828 |
Description
Fedora's default man page installation path is ${PREFIX}/share/man instead of ${PREFIX}/man; I'll attach the patch I've been using the fix this.
It would probably be better if there was a define for setting the mandir as this could then be set per-distribution.
History
#1 Updated by Martin Dobias about 17 years ago
- Resolution set to fixed
- Status changed from Open to Closed
This is now possible starting with 1b4d9631 (SVN r7455) - you can use QGIS_MANUAL_SUBDIR variable in CMake to modify default setting.
#2 Updated by Anonymous over 15 years ago
Milestone Version 0.9.1 deleted