mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 18:43:37 +00:00
Rename development/cmake/README.cmake to INSTALL.cmake
Actually distribute the cmake files with LyX. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19034 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5ead210b1c
commit
0ffdae7651
@ -16,8 +16,8 @@ SUBDIRS = config development intl po src sourcedoc lib
|
||||
endif
|
||||
|
||||
EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \
|
||||
INSTALL.Win32 INSTALL.MacOSX INSTALL.scons README.Win32 README.Cygwin \
|
||||
lyx.man autogen.sh
|
||||
INSTALL.Win32 INSTALL.MacOSX INSTALL.scons INSTALL.cmake \
|
||||
README.Win32 README.Cygwin lyx.man autogen.sh
|
||||
|
||||
man_MANS = lyx.1
|
||||
|
||||
|
@ -4,7 +4,7 @@ if INSTALL_MACOSX
|
||||
SUBDIRS = MacOSX
|
||||
endif
|
||||
|
||||
EXTRA_DIST = boostworkaround.txt ChangeLog Code_rules FORMAT \
|
||||
EXTRA_DIST = boostworkaround.txt ChangeLog cmake Code_rules FORMAT \
|
||||
gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \
|
||||
lyxserver lyx.spec.in lyx.spec Seminar.txt \
|
||||
TodoPlan-1.3 tools Win32 scons
|
||||
|
@ -10,6 +10,7 @@ TOP_extra_files = Split('''
|
||||
INSTALL.MacOSX
|
||||
INSTALL.Win32
|
||||
INSTALL.autoconf
|
||||
INSTALL.cmake
|
||||
INSTALL.scons
|
||||
Makefile.am
|
||||
NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user