]> git.lyx.org Git - features.git/commitdiff
cmake: some cleanup
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 6 Jan 2009 18:51:00 +0000 (18:51 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 6 Jan 2009 18:51:00 +0000 (18:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28010 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/doc/CMakeLists.txt
development/cmake/lyx2lyx/CMakeLists.txt
development/cmake/man/CMakeLists.txt
development/cmake/po/CMakeLists.txt
development/cmake/src/client/CMakeLists.txt

index f3a1c2636b66885dca777243fe2538f71b8b57c0..229f198ea60cc60be14115a6bde119b08604fd55 100644 (file)
@@ -1,11 +1,14 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
-# Copyright (c) 2008, Peter Kümmel, <syntheticpp@gmx.net>
-#                   , Kornel Benko, <Kornel.Benko@berlin.de>
+# Copyright (c) 2008, 2009 Peter Kümmel, <syntheticpp@gmx.net>
+# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
 #
 
-project(lyx)
+project(doc)
+
+#TODO: replace perl script with python, see scons:
+# http://www.lyx.org/trac/browser/lyx-devel/trunk/development/scons/scons_utils.py
 
 SET(_docs)
 file(GLOB_RECURSE _rel_lyx_docs RELATIVE "${TOP_SRC_DIR}/lib/doc" "${TOP_SRC_DIR}/lib/doc/*.lyx" "${TOP_SRC_DIR}/lib/doc/*.txt")
index cb00da62d183e54f94d3349f4965b4659010df89..779dfec5488d9f3889612d93bf886a5417e0f5f4 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
-# Copyright (c) 2009, Peter Kümmel, <syntheticpp@gmx.net>
-#                  , Kornel Benko, <Kornel.Benko@berlin.de>
+# Copyright (c) 2008, 2009 Peter Kümmel, <syntheticpp@gmx.net>
+# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
 #
 
 project(lyx2lyx)
index 5d35541d708595303a391bc6487160b6d0c7f03f..11f2506a6a140d474236d30484b4629629f8e5b1 100755 (executable)
@@ -1,11 +1,11 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
-# Copyright (c) 2008, Peter Kümmel, <syntheticpp@gmx.net>
-#                   , Kornel Benko, <Kornel.Benko@berlin.de>
+# Copyright (c) 2008, 2009 Peter Kümmel, <syntheticpp@gmx.net>
+# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
 #
 
-project(lyx)
+project(man)
 
 SET(_manuals)
 macro(add_manual _mansrc)
index 88512c3396009dda81c2f4f575629b1cdfd83371..a4ae8689df72998c3d102d3b5aed15a48feed8f3 100755 (executable)
@@ -1,11 +1,11 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
-# Copyright (c) 2008, Peter Kümmel, <syntheticpp@gmx.net>
-#                   , Kornel Benko, <Kornel.Benko@berlin.de>
+# Copyright (c) 2008, 2009 Peter Kümmel, <syntheticpp@gmx.net>
+# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
 #
 
-project(lyx)
+project(po)
 
 include_directories(${TOP_SRC_DIR}/po)
 
index 5eb296b060d0ac934773134ba7e29f6b3da976a6..7e22a8613099486fcb44b9d826467be019ae9c50 100644 (file)
@@ -1,8 +1,8 @@
 # This file is part of LyX, the document processor.
 # Licence details can be found in the file COPYING.
 #
-# Copyright (c) 2008, Peter Kümmel, <syntheticpp@gmx.net>
-#                  , Kornel Benko, <Kornel.Benko@berlin.de>
+# Copyright (c) 2008, 2009 Peter Kümmel, <syntheticpp@gmx.net>
+# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
 #
 
 project(lyxclient)