]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Ensure hvsupport.html.in is built before HTML validation
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 27 May 2011 10:16:43 +0000 (11:16 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 31 May 2011 11:20:29 +0000 (12:20 +0100)
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

index 59ae6855f56bb926ba7fb654fe842c51ea69a33d..2b6ccf7e786f9de95692995dd3a6a7d35c5fe653 100644 (file)
@@ -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    \