From: Daniel P. Berrange Date: Fri, 27 May 2011 10:16:43 +0000 (+0100) Subject: Ensure hvsupport.html.in is built before HTML validation X-Git-Tag: CVE-2011-2178~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbbf61bd47d835e6625c2c9700ebeb99687c7f7;p=thirdparty%2Flibvirt.git Ensure hvsupport.html.in is built before HTML validation 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 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 59ae6855f5..2b6ccf7e78 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 \