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/CPackDeb.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/CPackDeb.cmake')
-rw-r--r-- | Modules/CPackDeb.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackDeb.cmake b/Modules/CPackDeb.cmake index 0916843..fe81dc9 100644 --- a/Modules/CPackDeb.cmake +++ b/Modules/CPackDeb.cmake @@ -1,4 +1,4 @@ -##section Variables specific to a CPack generator +##section Variables specific to CPack Debian (DEB) generator ##end ##module # - The builtin (binary) CPack Deb generator (Unix only) |