add scons and cmake to the lyx-1.4.3 distribution

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15095 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2006-09-21 09:43:46 +00:00
parent 24e0a84407
commit a989be6e85
2 changed files with 4 additions and 2 deletions

View File

@ -3,4 +3,4 @@ include $(top_srcdir)/config/common.am
EXTRA_DIST = boostworkaround.txt ChangeLog Code_rules FORMAT \
gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \
lyxserver lyx.spec.in lyx.spec MacOSX OS2 Seminar.txt \
TodoPlan-1.3 tools Win32
TodoPlan-1.3 tools Win32 scons cmake

View File

@ -162,7 +162,9 @@ What's new
- A scons build system is added, for details please see INSTALL.scons.
- LyX can be compiled with MSVC using qt3 from the Q../Free project and scons.
- CMmake build system added, for details see /development/cmake/README.cmake
- LyX can be compiled with MSVC using qt3 from the Q../Free project and scons or CMake.
- 'scons install' now produces a cygwin-compatible binary package under cygwin.