Stupid msgmerge fix.

This commit is contained in:
John Maguire 2010-05-07 12:30:06 +00:00
parent 68a2ac5db5
commit b909f56dbb
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ add_custom_target(po_all ALL)
foreach (_lang ${CLEMENTINE-LANGUAGES})
set(_po ${CMAKE_CURRENT_SOURCE_DIR}/translations/${_lang}.po)
add_custom_target("po_${_lang}"
COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} --quiet -U --no-location --no-fuzzy-matching
COMMAND ${GETTEXT_MSGMERGE_EXECUTABLE} --quiet -U --no-location --no-fuzzy-matching --backup=off
${_po} ${CLEMENTINE-POT}
DEPENDS ${_po})
add_dependencies("po_${_lang}" pot)