diff options
| author | rbuj <[email protected]> | 2020-11-22 16:20:36 +0100 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-11-28 11:34:21 +0100 | 
| commit | a17b41469252bf213ed540d2feca2aed7afbba9c (patch) | |
| tree | aed0aa151e05c8848bd991dc6eeac9ca13a366ad | |
| parent | 48b8a559dfab8ea52a14d26bf54a8c93e0937101 (diff) | |
| download | mate-applets-a17b41469252bf213ed540d2feca2aed7afbba9c.tar.bz2 mate-applets-a17b41469252bf213ed540d2feca2aed7afbba9c.tar.xz | |
build: make maintainer-clean
| -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 \ | 
