From 73276041779a1417074b93bf2acf27d32529d7c8 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 10 Jul 2010 22:49:26 +1000 Subject: [PATCH] docs: fix so generated .html files are removed with make clean --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 1183321413..a6a6d073c5 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 -- 2.47.2