Add CLEANFILES rules.
authorTJ <linux@tjworld.net>
Fri, 2 Apr 2010 15:51:40 +0000 (16:51 +0100)
committerRichard Jones <rjones@redhat.com>
Fri, 2 Apr 2010 15:51:40 +0000 (16:51 +0100)
Makefile.am
images/Makefile.am
lib/Makefile.am
perl/Makefile.am
regedit/Makefile.am
sh/Makefile.am
xml/Makefile.am

index 112cce0..b8b980f 100644 (file)
@@ -65,3 +65,5 @@ WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs
 
 website: $(HTMLFILES)
        cp $(HTMLFILES) $(WEBSITEDIR)
+
+CLEANFILES = $(HTMLFILES) pod2*.tmp
index b9f9619..2808aa5 100644 (file)
@@ -31,3 +31,6 @@ noinst_DATA = large
 
 large: mklarge
        ./mklarge $(srcdir)/minimal large
+
+CLEANFILES = $(noinst_DATA)
+
index 16d7107..75db8bf 100644 (file)
@@ -55,3 +55,5 @@ $(top_builddir)/html/hivex.3.html: hivex.pod
          --htmldir html \
          --outfile html/hivex.3.html \
          lib/hivex.pod
+
+CLEANFILES = $(man_MANS)
index 26e25cd..ddc40b7 100644 (file)
@@ -53,7 +53,7 @@ Makefile-pl: Makefile.PL
 
 clean-local:
        -$(MAKE) -f Makefile-pl clean
-       rm -f Makefile-pl
+       rm -f Makefile-pl Makefile-pl.old
 
 install-data-hook:
        $(MAKE) -f Makefile-pl DESTDIR=$(DESTDIR) install
index ab286cd..4353ee8 100644 (file)
@@ -41,3 +41,5 @@ $(top_builddir)/html/hivexregedit.1.html: hivexregedit
          --htmldir html \
          --outfile html/hivexregedit.1.html \
          regedit/hivexregedit
+
+CLEANFILES = $(man_MANS)
index e085b3d..a3ca5c7 100644 (file)
@@ -79,3 +79,5 @@ $(top_builddir)/html/hivexsh.1.html: hivexsh.pod
          --htmldir html \
          --outfile html/hivexsh.1.html \
          sh/hivexsh.pod
+
+CLEANFILES = $(man_MANS)
index 4d4b56b..b2af45d 100644 (file)
@@ -51,3 +51,5 @@ $(top_builddir)/html/hivexml.1.html: hivexml.pod
          --htmldir html \
          --outfile html/hivexml.1.html \
          xml/hivexml.pod
+
+CLEANFILES = $(man_MANS)