mirror of https://gitee.com/openkylin/libvirt.git
build: Fix internal docs generation in VPATH builds
This commit is contained in:
parent
584c13f356
commit
5f5c6a1b90
|
@ -117,6 +117,7 @@ todo:
|
|||
internals/%.html.tmp: internals/%.html.in subsite.xsl page.xsl sitemap.html.in
|
||||
@if [ -x $(XSLTPROC) ] ; then \
|
||||
echo "Generating $@"; \
|
||||
$(MKDIR_P) "$(builddir)/internals"; \
|
||||
name=`echo $@ | sed -e 's/.tmp//'`; \
|
||||
$(XSLTPROC) --stringparam pagename $$name --nonet --html \
|
||||
$(top_srcdir)/docs/subsite.xsl $< > $@ \
|
||||
|
|
Loading…
Reference in New Issue