lyx_mirror/development/cmake/src
Peter Kümmel afe522b1f6 Kornel
New files:
        development/cmake/doc/ReplaceValues.pl
                perl-script to substitute words (defined in the cmd-line) with their actual
                        values
        development/cmake/doc/CMakefiles.txt
                convert and install files .lyx and .txt-files from the lib/doc-directory
	development/cmake/src/client/CMakeLists.txt
		create and install lyxclient
	
Changed:
        development/cmake/Install.cmake
                include the new doc-directory
                remove installation of .lyx from the doc-directory. Will be installed in
                        development/cmake/doc/CMakefiles.txt
        development/cmake/Install.cmake
                changed macro lyx_install() to not insert '.' into the globbing-expression
                        automatically. We need sometimes also dotless files.
	development/cmake/src/CMakefiles.txt
		Added subdirectory client to create and install lyxclient on unix-like systems


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27978 a592a061-630c-0410-9148-cb99ea01b6c8
2009-01-03 10:53:24 +00:00
..
client Kornel 2009-01-03 10:53:24 +00:00
frontends cmake: remove boost_filesystem, add automoc to support, link against QtCore 2007-11-27 19:57:03 +00:00
graphics cmake cosmetics 2007-08-28 18:30:02 +00:00
insets cmake cosmetics 2007-08-28 18:30:02 +00:00
mathed cmake cosmetics 2007-08-28 18:30:02 +00:00
support * LinkBack support files, now in pure Objective-C (without any Objective-C++ which is not supported by automake) 2008-02-03 10:41:23 +00:00
tex2lyx cmake: fix install rules 2008-12-09 20:13:04 +00:00
CMakeLists.txt Kornel 2009-01-03 10:53:24 +00:00
dummy.cpp