summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-03-14 12:48:51 -0500
committerDan Williams <dcbw@redhat.com>2012-03-14 12:48:51 -0500
commita10a8be7c362ccc068f397629b8dfa67cf8ab9e8 (patch)
tree2f34e97cf4a1037a8efc97ad09bccaa5db83133b /docs
parentb44b0321a0d85225504e312264f8cce787a3ae84 (diff)
downloadNetworkManager-a10a8be7c362ccc068f397629b8dfa67cf8ab9e8.tar.gz
docs: fix 'make distcheck' API doc xslt paths
Since all.xml is a built file these days, and will contain paths relative to $(top_srcdir)/introspection even though it's not in that directory, it seems we need to clue xsltproc into where the other API XML files really are.
Diffstat (limited to 'docs')
-rw-r--r--docs/api/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index 276b4aefef..e061ec6224 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -37,7 +37,7 @@ OTHER_FILES= \
GENERATED_FILES = spec.html settings-spec.xml
spec.html: $(XMLS) $(OTHER_FILES) html-build.stamp
- $(XSLTPROC) $(top_srcdir)/tools/doc-generator.xsl $(top_builddir)/introspection/all.xml > $@
+ $(XSLTPROC) --path "$(top_builddir)/introspection:$(top_srcdir)/introspection" $(top_srcdir)/tools/doc-generator.xsl $(top_builddir)/introspection/all.xml > $@
mkdir -p $(builddir)/html/
cp $@ $(builddir)/html/