From: Jiri Denemark Date: Fri, 3 Dec 2010 16:06:14 +0000 (+0100) Subject: build: Fix internal docs generation in VPATH builds X-Git-Tag: v0.8.7~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f5c6a1b90a7b77803c5d501002f61bc950ae476;p=thirdparty%2Flibvirt.git build: Fix internal docs generation in VPATH builds --- diff --git a/docs/Makefile.am b/docs/Makefile.am index ce0b391c7e..43c54f623f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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 $< > $@ \