From 3ad36435efda31a399db7df2082c3e3439622397 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 11 Jun 2009 22:12:33 +0000 Subject: Fix docs build when srcdir != builddir --- (limited to 'help/reference/libdocument') diff --git a/help/reference/libdocument/Makefile.am b/help/reference/libdocument/Makefile.am index fd3a711..c5d3e6d 100644 --- a/help/reference/libdocument/Makefile.am +++ b/help/reference/libdocument/Makefile.am @@ -35,6 +35,9 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml # e.g. MKTMPL_OPTIONS=--only-section-tmpl MKTMPL_OPTIONS= +# Add the builddir to the HTML path so that version.xml is found +MKHTML_OPTIONS=--path="$(abs_builddir)" + # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html FIXXREF_OPTIONS= -- cgit v0.9.1