[LyX master] Stop handling file 'installed_translations' in cmake-build

2012-09-08 Thread Kornel Benko
The branch, master, has been updated.

- Log -

commit 84ef6f391fd5b69398e5efab44af662de8b2
Author: Kornel Benko kor...@lyx.org
Date:   Sat Sep 8 18:07:43 2012 +0200

Stop handling file 'installed_translations' in cmake-build

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index a2e9819..30c65f8 100755
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -159,11 +159,6 @@ foreach(_pofile ${LYX_BASE_PO_FILES})
   list(APPEND LYX_PO_FILES ${CMAKE_CURRENT_BINARY_DIR}/${_pofile})
 endforeach(_pofile)
 
-# We mimic the autoconf behaviour, e.g write this file at configure time
-file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/installed_translations 
${INSTALLED_LANGUAGES})
-
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/installed_translations DESTINATION 
.)
-
 set(LYX_UPDATED_PO_FILES)
 foreach(_pofile ${LYX_BASE_PO_FILES})
   if(WIN32)

---

Summary of changes:
 po/CMakeLists.txt |5 -
 1 files changed, 0 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository


[LyX master] Stop handling file 'installed_translations' in cmake-build

2012-09-08 Thread Kornel Benko
The branch, master, has been updated.

- Log -

commit 84ef6f391fd5b69398e5efab44af662de8b2
Author: Kornel Benko 
Date:   Sat Sep 8 18:07:43 2012 +0200

Stop handling file 'installed_translations' in cmake-build

diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index a2e9819..30c65f8 100755
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -159,11 +159,6 @@ foreach(_pofile ${LYX_BASE_PO_FILES})
   list(APPEND LYX_PO_FILES ${CMAKE_CURRENT_BINARY_DIR}/${_pofile})
 endforeach(_pofile)
 
-# We mimic the autoconf behaviour, e.g write this file at "configure" time
-file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/installed_translations" 
${INSTALLED_LANGUAGES})
-
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/installed_translations" DESTINATION 
.)
-
 set(LYX_UPDATED_PO_FILES)
 foreach(_pofile ${LYX_BASE_PO_FILES})
   if(WIN32)

---

Summary of changes:
 po/CMakeLists.txt |5 -
 1 files changed, 0 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository