Sort and remove duplicates from the .pot

This commit is contained in:
David Sansome 2010-06-23 17:03:14 +00:00
parent 68053e791d
commit b2c908364c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ macro(add_pot header pot)
# Generate the .pot
add_custom_target(pot ALL
COMMAND ${GETTEXT_XGETTEXT_EXECUTABLE}
${XGETTEXT_OPTIONS} -C --omit-header --no-location
${XGETTEXT_OPTIONS} -s -C --omit-header --no-location
--directory=${CMAKE_CURRENT_SOURCE_DIR}
--output=${CMAKE_CURRENT_BINARY_DIR}/pot.temp
${ARGN}