Bug 76

Summary: There is no cmake rule to install the man page
Product: PulseView Reporter: Joel Holdsworth <joel>
Component: Build systemAssignee: Uwe Hermann <uwe>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: PulseView 0.1.0   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 45    
Attachments: This patch offers an incomplete rule. This is believe not to be correct for all platforms.

Description Joel Holdsworth 2013-03-11 21:47:36 CET
Created attachment 28 [details]
This patch offers an incomplete rule. This is believe not to be correct for all platforms.

There is a man page, but it is currently not installed, because there is no rule in CMakeLists.txt

Is there some way of getting the correct install path from outside rather than having to reimplement man-page installation logic? Is there some module for cmake that we can leverage to do this?
Comment 1 Uwe Hermann 2013-05-04 15:25:36 CEST
Fixed in 52bbe6001445a59a60c95de0f4320a8166b4bddd.

The "proper" cmake mechanism seems to be to use the GNUInstallDirs module here.