diff options
Diffstat (limited to 'Modules/CPackCygwin.cmake')
-rw-r--r-- | Modules/CPackCygwin.cmake | 52 |
1 files changed, 32 insertions, 20 deletions
diff --git a/Modules/CPackCygwin.cmake b/Modules/CPackCygwin.cmake index 7ed7f67..f3eb076 100644 --- a/Modules/CPackCygwin.cmake +++ b/Modules/CPackCygwin.cmake @@ -1,23 +1,35 @@ -##section Variables specific to CPack Cygwin generator -##end -##module -# - Cygwin CPack generator (Cygwin). -# The following variable is specific to installers build on -# and/or for Cygwin: -##end -# -##variable -# CPACK_CYGWIN_PATCH_NUMBER - The Cygwin patch number. -# FIXME: This documentation is incomplete. -##end -##variable -# CPACK_CYGWIN_PATCH_FILE - The Cygwin patch file. -# FIXME: This documentation is incomplete. -##end -##variable -# CPACK_CYGWIN_BUILD_SCRIPT - The Cygwin build script. -# FIXME: This documentation is incomplete. -##end +#.rst: +# CPackCygwin +# ----------- +# +# 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 +# +# :: +# +# CPACK_CYGWIN_PATCH_NUMBER - The Cygwin patch number. +# FIXME: This documentation is incomplete. +# +# #end #variable +# +# :: +# +# CPACK_CYGWIN_PATCH_FILE - The Cygwin patch file. +# FIXME: This documentation is incomplete. +# +# #end #variable +# +# :: +# +# CPACK_CYGWIN_BUILD_SCRIPT - The Cygwin build script. +# FIXME: This documentation is incomplete. +# +# #end #============================================================================= # Copyright 2006-2012 Kitware, Inc. |