summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-04 12:40:33 +0100
committerPeter Simons <simons@cryp.to>2015-02-04 12:40:33 +0100
commitc7af31f0742006680892cedeffa00a020445b4aa (patch)
tree31b8637c5205232811c515cb5ca087dcd2e99138 /Makefile.am
parent4395a62065735955c02f4a57a5ccaa391036ba2c (diff)
downloadautoconf-archive-c7af31f0742006680892cedeffa00a020445b4aa.tar.gz
Makefile.am: erase README during maintainer-clean
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a541547..88ba633 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ maintainer-clean-local:
@rm -rf $(srcdir)/build-aux
@rm -f configure Makefile.in aclocal.m4 AUTHORS ChangeLog
@rm -f INSTALL config.log config.status configure maint.mk
- @rm -f autoconf-archive-*.*.*.tar.* GNUmakefile
+ @rm -f autoconf-archive-*.*.*.tar.* GNUmakefile README
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version