]> git.lyx.org Git - features.git/commitdiff
typo
authorKornel Benko <kornel@lyx.org>
Sun, 18 Jul 2010 15:47:28 +0000 (15:47 +0000)
committerKornel Benko <kornel@lyx.org>
Sun, 18 Jul 2010 15:47:28 +0000 (15:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34978 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/po/CMakeLists.txt

index 8fa1748cedf52d3921c2f5fd37ab8cfaa9c3c0e7..6b0777ff4c8476c0f6a5ad8afa4e92a921edb840 100755 (executable)
@@ -127,7 +127,7 @@ endforeach(_pofile)
 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})