diff options
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 |