mirror of https://gitee.com/openkylin/libvirt.git
Make html docs in non-srcdir build
This commit is contained in:
parent
6f8e223780
commit
20a7a1be6e
|
@ -53,7 +53,7 @@ gif = \
|
|||
architecture.gif \
|
||||
node.gif
|
||||
|
||||
dot_html_in = $(wildcard *.html.in)
|
||||
dot_html_in = $(notdir $(wildcard $(srcdir)/*.html.in))
|
||||
dot_html = $(dot_html_in:%.html.in=%.html)
|
||||
|
||||
patches = $(wildcard api_extension/*.patch)
|
||||
|
|
Loading…
Reference in New Issue