diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-11-15 17:48:38 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-11-15 17:48:38 (GMT) |
commit | ecb4459e31a0defec084ca0a02e0450da718afdb (patch) | |
tree | cbc27438a91ccef40b1185784820dd792a48064e /Modules/FindGettext.cmake | |
parent | 590c37e2078e91ea4b2820532533a9fa8020ed63 (diff) | |
download | CMake-ecb4459e31a0defec084ca0a02e0450da718afdb.zip CMake-ecb4459e31a0defec084ca0a02e0450da718afdb.tar.gz CMake-ecb4459e31a0defec084ca0a02e0450da718afdb.tar.bz2 |
Strip trailing whitespace
Alex
Diffstat (limited to 'Modules/FindGettext.cmake')
-rw-r--r-- | Modules/FindGettext.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/FindGettext.cmake b/Modules/FindGettext.cmake index 0f11234..7c3a261 100644 --- a/Modules/FindGettext.cmake +++ b/Modules/FindGettext.cmake @@ -1,5 +1,5 @@ # - Find GNU gettext tools -# This module looks for the GNU gettext tools. This module defines the +# This module looks for the GNU gettext tools. This module defines the # following values: # GETTEXT_MSGMERGE_EXECUTABLE: the full path to the msgmerge tool. # GETTEXT_MSGFMT_EXECUTABLE: the full path to the msgfmt tool. @@ -7,8 +7,8 @@ # # Additionally it provides the following macros: # GETTEXT_CREATE_TRANSLATIONS ( outputFile [ALL] file1 ... fileN ) -# This will create a target "translations" which will convert the -# given input po files into the binary output mo file. If the +# This will create a target "translations" which will convert the +# given input po files into the binary output mo file. If the # ALL option is used, the translations will also be created when # building the default target. # GETTEXT_PROCESS_POT( <potfile> [ALL] [INSTALL_DESTINATION <destdir>] LANGUAGES <lang1> <lang2> ... ) |