View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009029CMakeCPackpublic2009-05-14 10:162009-05-14 15:31
ReporterEric NOULARD 
Assigned ToAlex Neundorf 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0009029: Include CPack RPM documentation inside CPackRPC.cmake itself
DescriptionI would find it useful to have CPack generator documentation
embbeded in the cmake module they are working with
(when there is some).

This way:
cmake --help-module CPack<XXX> will give valuable information.

The forthcoming patch does this for CPack RPM generator.
TagsNo tags attached.
Attached Filespatch file icon CPackRPM-doc.patch [^] (3,609 bytes) 2009-05-14 10:16 [Show Content]

 Relationships

  Notes
(0016435)
Eric NOULARD (developer)
2009-05-14 10:20

I would add that an --help <GENERATOR> may be added to the cpack command
which may use the same file. Says that you want to have CPack DEB generator
documentation;

cmake --help-module CPackDEB
or
cpack --help-generator DEB

will give you the same information.
cmake looks for a file "CPackDEB.cmake" in its search path
whereas cpack may do the same with an automatically prefix "CPack"
put in front of the generator name.
(0016444)
Alex Neundorf (developer)
2009-05-14 15:31

Thanks for the patch, applied to HEAD.

Alex

 Issue History
Date Modified Username Field Change
2009-05-14 10:16 Eric NOULARD New Issue
2009-05-14 10:16 Eric NOULARD File Added: CPackRPM-doc.patch
2009-05-14 10:20 Eric NOULARD Note Added: 0016435
2009-05-14 15:31 Alex Neundorf Note Added: 0016444
2009-05-14 15:31 Alex Neundorf Assigned To => Alex Neundorf
2009-05-14 15:31 Alex Neundorf Status new => closed
2009-05-14 15:31 Alex Neundorf Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team