build: Fix internal docs generation in VPATH builds

This commit is contained in:
Jiri Denemark 2010-12-03 17:06:14 +01:00
parent 584c13f356
commit 5f5c6a1b90

View File

@ -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 $< > $@ \