diff options
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. |