CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/06/17 13:11:18
Index: Makefile.am =================================================================== RCS file: /sources/m4/m4/Makefile.am,v retrieving revision 1.25.2.3 retrieving revision 1.25.2.4 diff -u -b -r1.25.2.3 -r1.25.2.4 --- Makefile.am 15 Jun 2006 13:08:45 -0000 1.25.2.3 +++ Makefile.am 17 Jun 2006 13:11:18 -0000 1.25.2.4 @@ -23,4 +23,11 @@ SUBDIRS = examples lib src doc checks EXTRA_DIST = bootstrap c-boxes.el Makefile.maint DISTCLEANFILES = stamp-h +## maintainer-clean should remove as much as possible that ./bootstrap can +## recreate. In the m4 directory, keep only gnulib-cache.m4. +MAINTAINERCLEANFILES = COPYING INSTALL Makefile.in aclocal.m4 \ + config-h.in configure depcomp install-sh lib/* \ + m4/[a-fh-z]* m4/g[a-mo-z]* m4/gnulib-comp.m4 m4/gnulib-tool.m4 \ + missing stamp-h.in + ACLOCAL_AMFLAGS = -I m4
