diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-02-18 21:07:39 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-02-18 21:07:39 (GMT) |
commit | a6bce55aefd332f148a2753d5be0ec4383534473 (patch) | |
tree | 6f1af3b2fdb4778edf82859cf0888f637c1e9a40 /Modules/CPackRPM.cmake | |
parent | bfbb57508603ab6c7007d75718b21868b690e151 (diff) | |
download | CMake-a6bce55aefd332f148a2753d5be0ec4383534473.zip CMake-a6bce55aefd332f148a2753d5be0ec4383534473.tar.gz CMake-a6bce55aefd332f148a2753d5be0ec4383534473.tar.bz2 |
Dynamically add documentation section specified in documented script.
Modify CPackDeb and CPackRPM as an example
Diffstat (limited to 'Modules/CPackRPM.cmake')
-rw-r--r-- | Modules/CPackRPM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackRPM.cmake b/Modules/CPackRPM.cmake index f76e91e..ae81ab7 100644 --- a/Modules/CPackRPM.cmake +++ b/Modules/CPackRPM.cmake @@ -1,4 +1,4 @@ -##section Variables specific to a CPack generator +##section Variables specific to CPack RPM generator ##end ##module # - The builtin (binary) CPack RPM generator (Unix only) |