diff options
author | Brad King <brad.king@kitware.com> | 2014-11-06 18:50:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-06 19:52:26 (GMT) |
commit | 20c5f4fbd98148685954a6d9ca567d43758f63aa (patch) | |
tree | b9e19074122ec3701cae51c2131e20ee89a33690 /Modules/FindGettext.cmake | |
parent | 6c4aa388a5de3786f16fe806e4586d5f8d9e205d (diff) | |
download | CMake-20c5f4fbd98148685954a6d9ca567d43758f63aa.zip CMake-20c5f4fbd98148685954a6d9ca567d43758f63aa.tar.gz CMake-20c5f4fbd98148685954a6d9ca567d43758f63aa.tar.bz2 |
Modules: Wrap long lines in pre-formatted documentation blocks
Help format the blocks better for display without a wide screen.
Diffstat (limited to 'Modules/FindGettext.cmake')
-rw-r--r-- | Modules/FindGettext.cmake | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake index 16478cb..f972ad0 100644 --- a/Modules/FindGettext.cmake +++ b/Modules/FindGettext.cmake @@ -17,6 +17,7 @@ # # # Additionally it provides the following macros: +# # GETTEXT_CREATE_TRANSLATIONS ( outputFile [ALL] file1 ... fileN ) # # :: @@ -32,8 +33,9 @@ # :: # # Process the given pot file to mo files. -# If INSTALL_DESTINATION is given then automatically install rules will be created, -# the language subdirectory will be taken into account (by default use share/locale/). +# If INSTALL_DESTINATION is given then automatically install rules will +# be created, the language subdirectory will be taken into account +# (by default use share/locale/). # If ALL is specified, the pot file is processed when building the all traget. # It creates a custom target "potfile". # @@ -43,8 +45,9 @@ # :: # # Process the given po files to mo files for the given language. -# If INSTALL_DESTINATION is given then automatically install rules will be created, -# the language subdirectory will be taken into account (by default use share/locale/). +# If INSTALL_DESTINATION is given then automatically install rules will +# be created, the language subdirectory will be taken into account +# (by default use share/locale/). # If ALL is specified, the po files are processed when building the all traget. # It creates a custom target "pofiles". |