[libvirt] [PATCH] Ensure hvsupport.html.in is built before HTML validation

Daniel Veillard veillard at redhat.com
Fri May 27 13:04:41 UTC 2011


On Fri, May 27, 2011 at 11:17:37AM +0100, Daniel P. Berrange wrote:
> In a parallel make, HTML validation tries to run before
> hvsupport.html.in has been built.
> 
> * docs/Makefile.am: List hvsupport.html.in as a built source
> ---
>  docs/Makefile.am |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/docs/Makefile.am b/docs/Makefile.am
> index 59ae685..2b6ccf7 100644
> --- a/docs/Makefile.am
> +++ b/docs/Makefile.am
> @@ -8,6 +8,8 @@ DOC_SOURCE_DIR=../src
>  
>  DEVHELP_DIR=$(datadir)/gtk-doc/html/libvirt
>  
> +BUILT_SOURCES=hvsupport.html.in
> +
>  apihtml =			\
>    html/index.html		\
>    html/libvirt-libvirt.html	\

ACK,

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list