mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
cleanup makefiles after config.h.in has been moved to top_srcdir
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25566 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e88bc302c2
commit
69080628a0
@ -2,10 +2,10 @@ include $(top_srcdir)/config/common.am
|
|||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4 -I config
|
ACLOCAL_AMFLAGS = -I m4 -I config
|
||||||
|
|
||||||
DISTCLEANFILES += lyx.1 config.status config.cache config.log
|
DISTCLEANFILES += lyx.1
|
||||||
|
|
||||||
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
|
MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 $(srcdir)/configure \
|
||||||
$(srcdir)/configure
|
$(srcdir)/config.h.in
|
||||||
|
|
||||||
DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib
|
DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib
|
||||||
|
|
||||||
|
@ -4,8 +4,6 @@ include $(top_srcdir)/config/common.am
|
|||||||
|
|
||||||
DISTCLEANFILES += config.h libintl.h
|
DISTCLEANFILES += config.h libintl.h
|
||||||
|
|
||||||
MAINTAINERCLEANFILES += $(srcdir)/config.h.in
|
|
||||||
|
|
||||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
|
||||||
|
|
||||||
if BUILD_CLIENT_SUBDIR
|
if BUILD_CLIENT_SUBDIR
|
||||||
@ -14,8 +12,7 @@ endif
|
|||||||
|
|
||||||
SUBDIRS = support frontends . $(CLIENT) tex2lyx
|
SUBDIRS = support frontends . $(CLIENT) tex2lyx
|
||||||
|
|
||||||
EXTRA_DIST = config.h.in \
|
EXTRA_DIST = Section.h \
|
||||||
Section.h \
|
|
||||||
Section.cpp \
|
Section.cpp \
|
||||||
Variables.cpp \
|
Variables.cpp \
|
||||||
Variables.h \
|
Variables.h \
|
||||||
@ -188,7 +185,6 @@ HEADERFILESCORE = \
|
|||||||
ColorCode.h \
|
ColorCode.h \
|
||||||
Color.h \
|
Color.h \
|
||||||
CompletionList.h \
|
CompletionList.h \
|
||||||
config.h.in \
|
|
||||||
ConverterCache.h \
|
ConverterCache.h \
|
||||||
Converter.h \
|
Converter.h \
|
||||||
CoordCache.h \
|
CoordCache.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user