summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-11-27 14:05:27 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-11-27 14:05:27 +0000
commitc0d0f41c24bfa1700ad9ae20d0425ac6c666adfb (patch)
tree52f7c311ff434830a0bca9c4175449e2df1f6d78 /Makefile.am
parentf6fe58a81afa54c55bd1d0a8d946e0dd827bc581 (diff)
MAINTAINERCLEANFILES: new variable: try to make it so that make maintainer-clean erases everything not under version control
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 89d2384..d93a435 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,6 +88,31 @@ include_HEADERS = \
info_TEXINFOS = flex.texi
man_MANS = flex.1
+MAINTAINERCLEANFILES = \
+ flex.1 \
+ ABOUT-NLS \
+ config.rpath \
+ config.sub \
+ config.guess \
+ configure \
+ config.sub \
+ config.guess \
+ depcomp \
+ flex.hks \
+ flex.ops \
+ mkinstalldirs \
+ install-sh \
+ ABOUT-NLS \
+ ChangeLog \
+ INSTALL \
+ conf.in \
+ aclocal.m4 \
+ Makefile.in \
+ mdate-sh \
+ missing
+
+
+
EXTRA_DIST = \
.indent.pro \
AUTHORS \