diff options
author | Peter Simons <simons@cryp.to> | 2015-02-04 12:40:33 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2015-02-04 12:40:33 +0100 |
commit | c7af31f0742006680892cedeffa00a020445b4aa (patch) | |
tree | 31b8637c5205232811c515cb5ca087dcd2e99138 | |
parent | 4395a62065735955c02f4a57a5ccaa391036ba2c (diff) | |
download | autoconf-archive-c7af31f0742006680892cedeffa00a020445b4aa.tar.gz |
Makefile.am: erase README during maintainer-clean
-rw-r--r-- | Makefile.am | 2 |
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 |