diff options
author | Kitware Robot <kwrobot@kitware.com> | 2013-10-15 17:23:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-16 13:22:39 (GMT) |
commit | a77e3086938d46c56f62901531245711dbd55cc4 (patch) | |
tree | 310f64bed6b69c741cbd1ec4e2be8177004d86e2 /Modules/CPackCygwin.cmake | |
parent | e7ca48f226782e7354a7ea9d6f9cef58e8773306 (diff) | |
download | CMake-a77e3086938d46c56f62901531245711dbd55cc4.zip CMake-a77e3086938d46c56f62901531245711dbd55cc4.tar.gz CMake-a77e3086938d46c56f62901531245711dbd55cc4.tar.bz2 |
CPack: Replace #<type> markup with reStructuredText equivalent
Drop #end and #module. Convert #section to a subsection header.
Convert #variable to the cmake domain "variable" directive.
Convert #macro to the cmake domain "command" directive.
Perform minor formatting fixes in text near these changes.
Diffstat (limited to 'Modules/CPackCygwin.cmake')
-rw-r--r-- | Modules/CPackCygwin.cmake | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/Modules/CPackCygwin.cmake b/Modules/CPackCygwin.cmake index f3eb076..abfc1f6 100644 --- a/Modules/CPackCygwin.cmake +++ b/Modules/CPackCygwin.cmake @@ -4,32 +4,24 @@ # # Cygwin CPack generator (Cygwin). # -# #section Variables specific to CPack Cygwin generator #end #module The -# following variable is specific to installers build on and/or for -# Cygwin: #end -# -# #variable -# -# :: +# Variables specific to CPack Cygwin generator +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ # -# CPACK_CYGWIN_PATCH_NUMBER - The Cygwin patch number. -# FIXME: This documentation is incomplete. -# -# #end #variable +# The +# following variable is specific to installers build on and/or for +# Cygwin: # -# :: +# .. variable:: CPACK_CYGWIN_PATCH_NUMBER # -# CPACK_CYGWIN_PATCH_FILE - The Cygwin patch file. -# FIXME: This documentation is incomplete. +# The Cygwin patch number. FIXME: This documentation is incomplete. # -# #end #variable +# .. variable:: CPACK_CYGWIN_PATCH_FILE # -# :: +# The Cygwin patch file. FIXME: This documentation is incomplete. # -# CPACK_CYGWIN_BUILD_SCRIPT - The Cygwin build script. -# FIXME: This documentation is incomplete. +# .. variable:: CPACK_CYGWIN_BUILD_SCRIPT # -# #end +# The Cygwin build script. FIXME: This documentation is incomplete. #============================================================================= # Copyright 2006-2012 Kitware, Inc. |