[Libguestfs] [PATCH hivex 02/19] build: Add *~ to CLEANFILES.

Richard W.M. Jones rjones at redhat.com
Thu Jul 25 10:38:44 UTC 2013


From: "Richard W.M. Jones" <rjones at 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




More information about the Libguestfs mailing list