]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs/Makefile.am: build hvsupport.html earlier
authorJán Tomko <jtomko@redhat.com>
Thu, 28 Jul 2016 08:04:11 +0000 (10:04 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 6 Oct 2016 10:40:39 +0000 (12:40 +0200)
This file requires three steps instead of two.
Move it earlier in the list of targets to avoid waiting for it.

docs/Makefile.am

index 04dca62483c7a189b9be8711390a12f17c60eef2..fabae03065918b92d6ae9062a689f5fbaf9c46cf 100644 (file)
@@ -96,9 +96,11 @@ internals_html = $(internals_html_in:%.html.in=%.html)
 # For all other files, since we ship pre-built html in the
 # tarball, we must also ship the sources, even when those
 # sources are themselves generated.
-dot_html_in = $(notdir $(wildcard $(srcdir)/*.html.in)) \
+# Generate hvsupport.html first, since it takes one extra step.
+dot_html_in = \
+  hvsupport.html.in \
   todo.html.in \
-  hvsupport.html.in
+  $(notdir $(wildcard $(srcdir)/*.html.in))
 dot_html = $(dot_html_in:%.html.in=%.html)
 
 dot_php_in = $(notdir $(wildcard $(srcdir)/*.php.in))