From 9c84ae59de0780f1395b15d6209b840b2d6aa981 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Fri, 30 Sep 2011 10:26:15 +0000 Subject: [PATCH] Re-added Package.cpp to source ot translations git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39789 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 9e9cc16866..87a4cffde4 100755 --- a/development/cmake/po/CMakeLists.txt +++ b/development/cmake/po/CMakeLists.txt @@ -103,7 +103,7 @@ SET(_potfiles_dep) file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/POTFILES.in "") file(GLOB_RECURSE _tmp_potfiles RELATIVE ${TOP_SRC_DIR}/ ${TOP_SRC_DIR}/src/*.h ${TOP_SRC_DIR}/src/*.cpp ${TOP_SRC_DIR}/src/*.cpp.in) list(SORT _tmp_potfiles) -list(REMOVE_ITEM _tmp_potfiles src/support/Package.cpp) +# list(REMOVE_ITEM _tmp_potfiles src/support/Package.cpp) foreach(_f ${_tmp_potfiles}) # we don't need to select only relevant files because the outcome of xgettext -- 2.39.5