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

2010-07-12 Thread Justin Clift
On 07/12/2010 11:06 PM, Daniel Veillard wrote: On Sat, Jul 10, 2010 at 10:52:56PM +1000, Justin Clift wrote: - rm -f *~ *.bak *.hierarchy *.signals *-unused.txt + rm -f *~ *.bak *.hierarchy *.signals *-unused.txt *.html maintainer-clean-local: clean-local rm -rf libvirt-

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

2010-07-12 Thread Daniel Veillard
On Sat, Jul 10, 2010 at 10:52:56PM +1000, Justin Clift wrote: > --- > > 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(-) >

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

2010-07-10 Thread Justin Clift
--- 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 1006