mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \
|
EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \
|
||||||
INSTALL.Win32 INSTALL.MacOSX INSTALL.scons README.Win32 README.Cygwin \
|
INSTALL.Win32 INSTALL.MacOSX INSTALL.scons INSTALL.cmake \
|
||||||
lyx.man autogen.sh
|
README.Win32 README.Cygwin lyx.man autogen.sh
|
||||||
|
|
||||||
man_MANS = lyx.1
|
man_MANS = lyx.1
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ if INSTALL_MACOSX
|
|||||||
SUBDIRS = MacOSX
|
SUBDIRS = MacOSX
|
||||||
endif
|
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 \
|
gettext.patch lazy_lyxtext.txt lyx3 lyx.rpm.README \
|
||||||
lyxserver lyx.spec.in lyx.spec Seminar.txt \
|
lyxserver lyx.spec.in lyx.spec Seminar.txt \
|
||||||
TodoPlan-1.3 tools Win32 scons
|
TodoPlan-1.3 tools Win32 scons
|
||||||
|
@ -10,6 +10,7 @@ TOP_extra_files = Split('''
|
|||||||
INSTALL.MacOSX
|
INSTALL.MacOSX
|
||||||
INSTALL.Win32
|
INSTALL.Win32
|
||||||
INSTALL.autoconf
|
INSTALL.autoconf
|
||||||
|
INSTALL.cmake
|
||||||
INSTALL.scons
|
INSTALL.scons
|
||||||
Makefile.am
|
Makefile.am
|
||||||
NEWS
|
NEWS
|
||||||
|
Loading…
Reference in New Issue
Block a user