Re: [libvirt] [PATCHv2] docs: install the generated html files when make install is run

2010-10-26 Thread Daniel Veillard
On Mon, Oct 25, 2010 at 03:30:49PM -0600, Eric Blake wrote: On 10/24/2010 03:34 AM, Justin Clift wrote: Previously, only the API docs were installed, rather than the complete documentation set. This commit ensures the complete documentation set is installed. --- docs/Makefile.am | 11

Re: [libvirt] [PATCHv2] docs: install the generated html files when make install is run

2010-10-26 Thread Justin Clift
On 10/26/2010 08:30 AM, Eric Blake wrote: On 10/24/2010 03:34 AM, Justin Clift wrote: Previously, only the API docs were installed, rather than the complete documentation set. This commit ensures the complete documentation set is installed. --- docs/Makefile.am | 11 ++- 1

Re: [libvirt] [PATCHv2] docs: install the generated html files when make install is run

2010-10-26 Thread Justin Clift
On 10/27/2010 12:43 AM, Daniel Veillard wrote: snip ACK once you rewrite this as: for f in $(css) $(dot_html) $(gif) $(png); do \ $(INSTALL) -m 0644 $(srcdir)/$$f $(DESTDIR)$(HTML_DIR); done ACK too, but I smell something missing as I don't see any reference to those specific css files

Re: [libvirt] [PATCHv2] docs: install the generated html files when make install is run

2010-10-25 Thread Eric Blake
On 10/24/2010 03:34 AM, Justin Clift wrote: Previously, only the API docs were installed, rather than the complete documentation set. This commit ensures the complete documentation set is installed. --- docs/Makefile.am | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-)

[libvirt] [PATCHv2] docs: install the generated html files when make install is run

2010-10-24 Thread Justin Clift
Previously, only the API docs were installed, rather than the complete documentation set. This commit ensures the complete documentation set is installed. --- docs/Makefile.am | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am