aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-04 10:08:45 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-04 10:08:45 +0000
commit19cb82aa0afec4fbe194f944d5562e4251d668e3 (patch)
tree1fe4e00d77a609cd82efb8cd12602929543bbcd4 /Makefile.am
parentRemove redundant error checking. (diff)
downloadeselect-19cb82aa0afec4fbe194f944d5562e4251d668e3.tar.gz
eselect-19cb82aa0afec4fbe194f944d5562e4251d668e3.tar.bz2
eselect-19cb82aa0afec4fbe194f944d5562e4251d668e3.zip
Some autoconf/automake changes.
svn path=/trunk/; revision=741
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 74eccb3..e7eac35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,6 @@ SUBDIRS = doc man misc bin libs modules
MAINTAINERCLEANFILES = aclocal.m4 \
configure \
Makefile.in \
- config/ \
*.html
EXTRA_DIST = autogen.bash \
@@ -19,3 +18,6 @@ html: $(foreach f, $(doc_files), $(f).html)
%.html: %
@RST2HTML@ < $? > $@
+
+maintainer-clean-local:
+ -rm -rf config