diff options
author | Stefan Kost <stefkost@src.gnome.org> | 2007-02-20 20:49:22 +0000 |
---|---|---|
committer | Stefan Kost <stefkost@src.gnome.org> | 2007-02-20 20:49:22 +0000 |
commit | 5885e8fd5c025eb11c1d46105753416c7822ce07 (patch) | |
tree | 23bf6f10c1e0ce8a6c88dff303a697249400da89 /docs/Makefile.am | |
parent | 41d5e17776a2c891f2d63e852fbbc8fa425ae06c (diff) | |
download | pango-5885e8fd5c025eb11c1d46105753416c7822ce07.tar.gz |
Xrefs for glib and cairo in the docs. Add object hierarchy to the docs.
* configure.in:
* docs/Makefile.am:
* docs/pango-docs.sgml:
svn path=/trunk/; revision=2201
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index a3d665a0..0446d96f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -80,7 +80,8 @@ HTML_IMAGES = \ rotated-text.png # Extra options to supply to gtkdoc-fixref -FIXXREF_OPTIONS= +FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \ + --extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo include $(top_srcdir)/gtk-doc.make |