]> git.lyx.org Git - lyx.git/commitdiff
cleanup makefiles after config.h.in has been moved to top_srcdir
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 11 Jul 2008 14:06:04 +0000 (14:06 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 11 Jul 2008 14:06:04 +0000 (14:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25566 a592a061-630c-0410-9148-cb99ea01b6c8

Makefile.am
src/Makefile.am

index 828ecb74cab20a068d7a3ad328d07adcf83f2e74..81ee29e1f16ab2fe17f5a7a36a2b6bf2a77c3519 100644 (file)
@@ -2,10 +2,10 @@ include $(top_srcdir)/config/common.am
 
 ACLOCAL_AMFLAGS = -I m4 -I config
 
-DISTCLEANFILES += lyx.1 config.status config.cache config.log
+DISTCLEANFILES += lyx.1
 
-MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \
-       $(srcdir)/configure
+MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 $(srcdir)/configure \
+       $(srcdir)/config.h.in
 
 DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib
 
index 297a296e0edc6e86c4a375bd4d47d1c139abb9eb..722ba4dd904cae3f6a7149f479039a80943c74b0 100644 (file)
@@ -4,8 +4,6 @@ include $(top_srcdir)/config/common.am
 
 DISTCLEANFILES += config.h libintl.h
 
-MAINTAINERCLEANFILES += $(srcdir)/config.h.in
-
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
 
 if BUILD_CLIENT_SUBDIR
@@ -14,8 +12,7 @@ endif
 
 SUBDIRS = support frontends . $(CLIENT) tex2lyx
 
-EXTRA_DIST = config.h.in \
-       Section.h \
+EXTRA_DIST = Section.h \
        Section.cpp \
        Variables.cpp \
        Variables.h \
@@ -188,7 +185,6 @@ HEADERFILESCORE = \
        ColorCode.h \
        Color.h \
        CompletionList.h \
-       config.h.in \
        ConverterCache.h \
        Converter.h \
        CoordCache.h \