MantisBT - CMake
View Issue Details
0013286CMakeCMakepublic2012-06-08 17:492012-06-27 17:48
Alex Merry 
Alex Neundorf 
lowminoralways
closedfixed 
x86_64Linux: Archlinux
CMake 2.8.8 
 
0013286: CMake always generates man pages in section 1
When generating a man page with CMake, such as by doing

cmake --help-custom-modules cmake-custom-modules.7

CMake will always write the man page header as though the module were in section 1, even if the filename indicates that it is in another section.

In the case of the example above, sections 3 or 7 would be appropriate for module help, not section 1.
cmake --help-custom-modules cmake-custom-modules.7
No tags attached.
Issue History
2012-06-08 17:49Alex MerryNew Issue
2012-06-11 09:33Brad KingAssigned To => Alex Neundorf
2012-06-11 09:33Brad KingStatusnew => assigned
2012-06-27 17:48Alex NeundorfNote Added: 0029852
2012-06-27 17:48Alex NeundorfStatusassigned => closed
2012-06-27 17:48Alex NeundorfResolutionopen => fixed

Notes
(0029852)
Alex Neundorf   
2012-06-27 17:48   
I made this working in the DetectManSection branch and merged it into next.
Hopefully this will still make it into 2.8.9.