From: Peter Kümmel Date: Tue, 6 Jan 2009 18:51:00 +0000 (+0000) Subject: cmake: some cleanup X-Git-Tag: 2.0.0~7492 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=588a118f3fdff72c7c4d6916775a28a2853e96fe;p=features.git cmake: some cleanup git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28010 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/doc/CMakeLists.txt b/development/cmake/doc/CMakeLists.txt index f3a1c2636b..229f198ea6 100644 --- a/development/cmake/doc/CMakeLists.txt +++ b/development/cmake/doc/CMakeLists.txt @@ -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, -# , Kornel Benko, +# Copyright (c) 2008, 2009 Peter Kümmel, +# Copyright (c) 2008, 2009 Kornel Benko, # -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") diff --git a/development/cmake/lyx2lyx/CMakeLists.txt b/development/cmake/lyx2lyx/CMakeLists.txt index cb00da62d1..779dfec548 100644 --- a/development/cmake/lyx2lyx/CMakeLists.txt +++ b/development/cmake/lyx2lyx/CMakeLists.txt @@ -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, -# , Kornel Benko, +# Copyright (c) 2008, 2009 Peter Kümmel, +# Copyright (c) 2008, 2009 Kornel Benko, # project(lyx2lyx) diff --git a/development/cmake/man/CMakeLists.txt b/development/cmake/man/CMakeLists.txt index 5d35541d70..11f2506a6a 100755 --- a/development/cmake/man/CMakeLists.txt +++ b/development/cmake/man/CMakeLists.txt @@ -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, -# , Kornel Benko, +# Copyright (c) 2008, 2009 Peter Kümmel, +# Copyright (c) 2008, 2009 Kornel Benko, # -project(lyx) +project(man) SET(_manuals) macro(add_manual _mansrc) diff --git a/development/cmake/po/CMakeLists.txt b/development/cmake/po/CMakeLists.txt index 88512c3396..a4ae8689df 100755 --- a/development/cmake/po/CMakeLists.txt +++ b/development/cmake/po/CMakeLists.txt @@ -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, -# , Kornel Benko, +# Copyright (c) 2008, 2009 Peter Kümmel, +# Copyright (c) 2008, 2009 Kornel Benko, # -project(lyx) +project(po) include_directories(${TOP_SRC_DIR}/po) diff --git a/development/cmake/src/client/CMakeLists.txt b/development/cmake/src/client/CMakeLists.txt index 5eb296b060..7e22a86130 100644 --- a/development/cmake/src/client/CMakeLists.txt +++ b/development/cmake/src/client/CMakeLists.txt @@ -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, -# , Kornel Benko, +# Copyright (c) 2008, 2009 Peter Kümmel, +# Copyright (c) 2008, 2009 Kornel Benko, # project(lyxclient)