diff options
| author | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-08-02 16:38:01 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2010-08-02 16:43:46 +0100 |
| commit | b164bb5180749aaff385f5d61866875bfbf9c552 (patch) | |
| tree | de93b17907b7c0a9510269299bf030ca4efcfb3e | |
| parent | 6d317b129169352111ab16a0df9aee8b9aa5284b (diff) | |
| download | json-glib-b164bb5180749aaff385f5d61866875bfbf9c552.tar.gz | |
build: Use the GIO prefix for cross-references
| -rw-r--r-- | doc/reference/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 23bfd69..b5c6695 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -34,7 +34,8 @@ MKTMPL_OPTIONS = # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html FIXXREF_OPTIONS = \ --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \ - --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject + --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \ + --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gio # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h |
