]> git.lyx.org Git - features.git/commitdiff
Remove layouttranslations from automatic build.
authorKornel Benko <kornel@lyx.org>
Thu, 14 Apr 2011 09:01:27 +0000 (09:01 +0000)
committerKornel Benko <kornel@lyx.org>
Thu, 14 Apr 2011 09:01:27 +0000 (09:01 +0000)
To create it, one has to go into the po-build-directory and call
'make layouttranslations1'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38372 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/po/CMakeLists.txt

index fae6044e427b69e15cd2180a85df93d8607e367b..6dc7897f563ced7a5a4fd8f635be7285d3d42330 100755 (executable)
@@ -46,11 +46,12 @@ macro(add_gettext_python  _par _dir)
       COMMAND  ${CMAKE_COMMAND} -E copy_if_different "${TOP_SRC_DIR}/lib/layouttranslations" "${_dst}"
       COMMAND ${LYX_PYTHON_EXECUTABLE}
       ARGS "${TOP_SRC_DIR}/po/lyx_pot.py" -b "${TOP_SRC_DIR}" -o "${_dst}" -t ${_par1} "--src_file=${_src_files}"
+      COMMAND  ${CMAKE_COMMAND} -E copy_if_different "${_dst}" "${TOP_SRC_DIR}/lib/layouttranslations"
       DEPENDS ${_sources} ${_src_files} "${TOP_SRC_DIR}/lib/layouttranslations"
       COMMENT "${LYX_PYTHON_EXECUTABLE} ${TOP_SRC_DIR}/po/lyx_pot.py -b ${TOP_SRC_DIR} -o  ${_dst} -t ${_par1} --src_file=${_src_files}"
       )
-    ADD_CUSTOM_TARGET(layouttranslations1 ALL DEPENDS "${_dst}")
-    install(FILES "${_dst}" DESTINATION .)
+    ADD_CUSTOM_TARGET(layouttranslations1 DEPENDS "${_dst}")
+    install(FILES "${TOP_SRC_DIR}/lib/layouttranslations" DESTINATION .)
   else()
     ADD_CUSTOM_COMMAND(
       OUTPUT "${_dst}"