From 360be1f027af5a53e8bbcb1db078303d79bd9e7b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Feb 2021 12:26:34 +0100 Subject: Remove *~ backup files during maintainer-clean. --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 *~ -- cgit v1.2.1