diff options
| -rw-r--r-- | Makefile.am | 42 | 
1 files changed, 40 insertions, 2 deletions
| diff --git a/Makefile.am b/Makefile.am index a12d1499..28e7e0c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,14 +68,52 @@ DISTCHECK_CONFIGURE_FLAGS = \  	--enable-compile-warnings=no \  	CFLAGS='-Wno-deprecated-declarations' -EXTRA_DIST = \ +M4_FILES = \  	m4/ac-define-dir.m4 \ -	m4/as-ac-expand.m4 \ +	m4/as-ac-expand.m4 + +EXTRA_DIST = \ +	$(M4_FILES) \  	COPYING-DOCS \  	xmldocs.make \  	omf.make \  	autogen.sh +M4_FILES = m4/ac-define-dir.m4 m4/as-ac-expand.m4 +MAINTAINERCLEANFILES = \ +	ABOUT-NLS \ +	INSTALL \ +	aclocal.m4 \ +	compile \ +	config.guess \ +	config.h.in \ +	config.h.in~ \ +	config.log \ +	config.rpath \ +	config.sub \ +	configure \ +	depcomp \ +	install-sh \ +	libtool \ +	ltmain.sh \ +	missing \ +	omf.make \ +	po/*.po~ \ +	po/@[email protected] \ +	po/Makefile.in.in \ +	po/Makevars.template \ +	po/Rules-quot \ +	po/boldquot.sed \ +	po/[email protected] \ +	po/[email protected] \ +	po/insert-header.sin \ +	po/quot.sed \ +	po/remove-potcdate.sin \ +	stamp-h1 \ +	xmldocs.make \ +	$(filter-out $(M4_FILES), $(wildcard m4/*.m4)) \ +	`find "$(srcdir)" -type f -name Makefile.in -print` +  # Build ChangeLog from GIT  history  ChangeLog:  	$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ | 
