mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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
|
internals/%.html.tmp: internals/%.html.in subsite.xsl page.xsl sitemap.html.in
|
||||||
@if [ -x $(XSLTPROC) ] ; then \
|
@if [ -x $(XSLTPROC) ] ; then \
|
||||||
echo "Generating $@"; \
|
echo "Generating $@"; \
|
||||||
|
$(MKDIR_P) "$(builddir)/internals"; \
|
||||||
name=`echo $@ | sed -e 's/.tmp//'`; \
|
name=`echo $@ | sed -e 's/.tmp//'`; \
|
||||||
$(XSLTPROC) --stringparam pagename $$name --nonet --html \
|
$(XSLTPROC) --stringparam pagename $$name --nonet --html \
|
||||||
$(top_srcdir)/docs/subsite.xsl $< > $@ \
|
$(top_srcdir)/docs/subsite.xsl $< > $@ \
|
||||||
|
Loading…
Reference in New Issue
Block a user