From: "Richard W.M. Jones" <rjones(a)redhat.com>
---
Makefile.am | 2 +-
lib/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 80ea8cb..ef5618d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,4 +66,4 @@ WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs
website: $(HTMLFILES)
cp $(HTMLFILES) $(WEBSITEDIR)
-CLEANFILES = $(HTMLFILES) pod2*.tmp
+CLEANFILES = $(HTMLFILES) pod2*.tmp *~
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8d7ff69..9a30b41 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -68,7 +68,7 @@ $(top_builddir)/html/hivex.3.html: hivex.pod
--outfile $(top_builddir)/html/hivex.3.html \
$<
-CLEANFILES = $(man_MANS)
+CLEANFILES = $(man_MANS) *~
# Tests.
--
1.8.3.1