Author: kornel
Date: Sun Jul 18 17:46:39 2010
New Revision: 34977
URL: http://www.lyx.org/trac/changeset/34977
Log:
typo
Modified:
lyx-devel/branches/BRANCH_1_6_X/development/cmake/po/CMakeLists.txt
Modified: lyx-devel/branches/BRANCH_1_6_X/development/cmake/po/CMakeLists.txt
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/development/cmake/po/CMakeLists.txt Sun Jul
18 17:30:54 2010 (r34976)
+++ lyx-devel/branches/BRANCH_1_6_X/development/cmake/po/CMakeLists.txt Sun Jul
18 17:46:39 2010 (r34977)
@@ -127,12 +127,12 @@
list(APPEND LYX_UPDATED_PO_FILES
${CMAKE_CURRENT_BINARY_DIR}/${_pofile}.copied)
endforeach(_pofile)
+# ALL omitted here, to prevent from automatic creation
if(LYX_CPACK)
set(_addALLOption ALL)
endif()
-GETTEXT_CREATE_TRANSLATIONS(${CMAKE_CURRENT_BINARY_DIR}/${_lyxname}.pot
${__addALLOption} ${LYX_PO_FILES})
+GETTEXT_CREATE_TRANSLATIONS(${CMAKE_CURRENT_BINARY_DIR}/${_lyxname}.pot
${_addALLOption} ${LYX_PO_FILES})
-# ALL omitted here, to prevent from automatic creation
ADD_CUSTOM_TARGET(update_po_files DEPENDS ${LYX_UPDATED_PO_FILES})
add_dependencies(update_po_files translations)