[libvirt] [PATCH] docs: fix so generated .html files are removed with make clean

Justin Clift jclift at redhat.com
Sat Jul 10 12:52:56 UTC 2010


---

This is a simple fix so generated .html files in the docs directory
are removed when make clean is run.  Otherwise they're left in place.

 docs/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 1183321..a6a6d07 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -150,7 +150,7 @@ $(python_generated_files): $(srcdir)/apibuild.py \
 check-local: all
 
 clean-local:
-	rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
+	rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html
 
 maintainer-clean-local: clean-local
 	rm -rf libvirt-api.xml libvirt-refs.xml
-- 
1.7.1.1




More information about the libvir-list mailing list