Made the update-po4a target unconditionally again.

Stikonas reported problems with this change, can't reproduce it here but
reverted, since it doesn't break for me.
This commit is contained in:
Mark de Wever 2009-03-27 19:10:45 +00:00
parent aa6cc76240
commit c5d68984ef

View file

@ -3,9 +3,7 @@ set(XGETTEXT_OPTIONS "--from-code=UTF-8 --sort-by-file --keyword=sgettext --keyw
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/pot-update.sh.in ${CMAKE_CURRENT_BINARY_DIR}/pot-update.sh)
if(ENABLE_POT_UPDATE_TARGET)
add_custom_target(update-po4a)
endif(ENABLE_POT_UPDATE_TARGET)
add_custom_target(update-po4a)
add_custom_target(update-pot)
add_custom_target(update-po)
add_custom_target(update-gmo)