From 0bcf9a01a0a08a9e1e76e717e60037744b10790c Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 18 Jul 2010 07:11:42 +0000 Subject: [PATCH] Remove translation target from automatic creation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34963 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/po/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/cmake/po/CMakeLists.txt b/development/cmake/po/CMakeLists.txt index 63110646b2..512f3e8206 100755 --- a/development/cmake/po/CMakeLists.txt +++ b/development/cmake/po/CMakeLists.txt @@ -127,7 +127,7 @@ foreach(_pofile ${LYX_BASE_PO_FILES}) list(APPEND LYX_UPDATED_PO_FILES ${CMAKE_CURRENT_BINARY_DIR}/${_pofile}.copied) endforeach(_pofile) -GETTEXT_CREATE_TRANSLATIONS(${CMAKE_CURRENT_BINARY_DIR}/${_lyxname}.pot ALL ${LYX_PO_FILES}) +GETTEXT_CREATE_TRANSLATIONS(${CMAKE_CURRENT_BINARY_DIR}/${_lyxname}.pot ${LYX_PO_FILES}) # ALL omitted here, to prevent from automatic creation ADD_CUSTOM_TARGET(update_po_files DEPENDS ${LYX_UPDATED_PO_FILES}) -- 2.39.5