mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
move tex2lyx and client subdir handling to the main Makefile.am, so they won't be considered when building in src only. Faster roundtrips...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19421 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d4069f6519
commit
b99bbdb7f1
14
Makefile.am
14
Makefile.am
@ -9,12 +9,18 @@ MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
||||
|
||||
DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib
|
||||
|
||||
if USE_INCLUDED_BOOST
|
||||
SUBDIRS = config development intl po boost src sourcedoc lib
|
||||
else
|
||||
SUBDIRS = config development intl po src sourcedoc lib
|
||||
if BUILD_CLIENT_SUBDIR
|
||||
CLIENT = src/client
|
||||
endif
|
||||
|
||||
if USE_INCLUDED_BOOST
|
||||
BOOST = boost
|
||||
endif
|
||||
|
||||
SUBDIRS = config development intl po $(BOOST) src sourcedoc lib \
|
||||
$(CLIENT) src/tex2lyx
|
||||
|
||||
|
||||
EXTRA_DIST = ANNOUNCE INSTALL.autoconf RELEASE-NOTES UPGRADING \
|
||||
INSTALL.Win32 INSTALL.MacOSX INSTALL.scons INSTALL.cmake \
|
||||
README.Win32 README.Cygwin lyx.man autogen.sh
|
||||
|
@ -4,11 +4,7 @@ DISTCLEANFILES += config.h libintl.h version.cpp stamp-version version.cpp-tmp
|
||||
|
||||
MAINTAINERCLEANFILES += $(srcdir)/config.h.in
|
||||
|
||||
if BUILD_CLIENT_SUBDIR
|
||||
CLIENT = client
|
||||
endif
|
||||
|
||||
SUBDIRS = mathed insets graphics support frontends . $(CLIENT) tex2lyx
|
||||
SUBDIRS = mathed insets graphics support frontends .
|
||||
|
||||
EXTRA_DIST = config.h.in stamp-h.in version.cpp.in \
|
||||
Section.h \
|
||||
|
@ -546,7 +546,7 @@ goto_char_backwards:
|
||||
case LFUN_DOWN:
|
||||
case LFUN_UP:
|
||||
cur.updateFlags(Update::Decoration | Update::FitCursor);
|
||||
case LFUN_DOWN_SELECT:
|
||||
case LFUN_DOWN_SELECT:
|
||||
case LFUN_UP_SELECT: {
|
||||
// close active macro
|
||||
if (cur.inMacroMode()) {
|
||||
|
Loading…
Reference in New Issue
Block a user