#769 closed enhancement (fixed)
CMake option to define man path installation
Reported by: | Owned by: | nobody | |
---|---|---|---|
Priority: | minor: annoyance | Milestone: | |
Component: | Build/Install | Version: | Trunk |
Keywords: | Cc: | ||
Must Fix for Release: | No | Platform: | Fedora |
Platform Version: | Awaiting user input: | no |
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.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | man-install-share-0.9.0.patch added |
---|
comment:1 by , 16 years ago
Milestone: | → Version 0.9.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This is now possible starting with r7454 - you can use QGIS_MANUAL_SUBDIR variable in CMake to modify default setting.
Note:
See TracTickets
for help on using tickets.
Patch to 0.9.0 for moving the mandir