diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-03-25 11:06:35 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-03-25 11:08:40 +0200 |
commit | 63bd8ff6057c871e25fa27412215e1adbe51f683 (patch) | |
tree | c98224c40f56a4cfe2a9ce3ad74c1885f3a70906 /docs/plugins | |
parent | 7a4ffb493cee838836587f0dce84b968a489f608 (diff) |
docs: do xrefs for non installed books too
Get the xrefs from the builddir for the books in the same package. This fixes
the cross references if one does not have the docs already installed.
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 9beea7e55..c987b85bf 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -48,7 +48,8 @@ SCAN_OPTIONS= MKDB_OPTIONS=--sgml-mode # Extra options to supply to gtkdoc-fixref. -FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \ +FIXXREF_OPTIONS=--extra-dir=$(top_builddir)/docs/libs/html \ + --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \ --extra-dir=$(GST_PREFIX)/share/gtk-doc/html \ --extra-dir=$(datadir)/gtk-doc/html |