From 7cbbf61bd47d835e6625c2c9700ebeb99687c7f7 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 27 May 2011 11:16:43 +0100 Subject: [PATCH] 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 --- docs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \