]> www.fi.muni.cz Git - evince.git/commitdiff
Fix docs build when srcdir != builddir
authorChristian Persch <chpe@gnome.org>
Thu, 11 Jun 2009 22:12:33 +0000 (00:12 +0200)
committerChristian Persch <chpe@gnome.org>
Thu, 11 Jun 2009 22:12:33 +0000 (00:12 +0200)
help/reference/libdocument/Makefile.am
help/reference/libview/Makefile.am
help/reference/shell/Makefile.am

index fd3a711129d0fa4c28ca9112fb5d209e46609844..c5d3e6d4afb7f0e60605a4e2294b804e6e3dd323 100644 (file)
@@ -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=
index 9adbe24b1aa8a1a3026c1363e05256253f7c8b2b..232cde73304b244069a7edc679d213de12091ca2 100644 (file)
@@ -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=
index a8d66711ed719b563a93b3b3710b62745ea92ebf..00eb73b82b6759eba9ceb8dbee9123c3e6a5f6c7 100644 (file)
@@ -35,6 +35,9 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml
 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
 MKTMPL_OPTIONS=--source-dir=../../../libmisc
 
+# 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=