提交 472ab04d 编写于 作者: J Ján Tomko

docs/Makefile.am: build hvsupport.html earlier

This file requires three steps instead of two.
Move it earlier in the list of targets to avoid waiting for it.
上级 ecb9b8b7
......@@ -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))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册