summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-02-19 12:26:34 +0100
committerPeter Simons <simons@cryp.to>2021-02-19 12:26:34 +0100
commit360be1f027af5a53e8bbcb1db078303d79bd9e7b (patch)
treea59bdb231c72bccc9d406473ef63edb1e85561e7
parentba9dcdd3691a6ebbfbf54620bf84d3e1f23c5b8a (diff)
downloadautoconf-archive-360be1f027af5a53e8bbcb1db078303d79bd9e7b.tar.gz
Remove *~ backup files during maintainer-clean.
-rw-r--r--Makefile.am1
-rw-r--r--doc/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d24bb84..7d82b91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,7 @@ maintainer-clean-local:
@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 README
+ @rm -f *~
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 4cd7d65..ddee99e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -24,3 +24,4 @@ maintainer-clean-local:
@rm -f ax_*.texi all-macros.texi fdl-1.3.texi Makefile.in
@rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr
@rm -rf manual gendocs_template gendocs_template_min
+ @rm -f *~