mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
reviewed by: Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf/Makefile.am: * gdk/Makefile.am: * gtk/Makefile.am: use installation prefixes of dependent libs to crossreference docs (#407146). svn path=/trunk/; revision=17295
This commit is contained in:
parent
b2c09c27f3
commit
dbb15a3535
@ -1,3 +1,12 @@
|
||||
2007-02-14 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
reviewed by: Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk-pixbuf/Makefile.am:
|
||||
* gdk/Makefile.am:
|
||||
* gtk/Makefile.am: use installation prefixes of dependent libs to
|
||||
crossreference docs (#407146).
|
||||
|
||||
2007-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/sgml/gtkfilesel.sgml: Add deprecation information.
|
||||
|
@ -62,7 +62,9 @@ content_files = \
|
||||
HTML_IMAGES = composite.png
|
||||
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS=
|
||||
FIXXREF_OPTIONS= --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
||||
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib
|
||||
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
|
@ -143,7 +143,11 @@ HTML_IMAGES = \
|
||||
images/xterm.png
|
||||
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html
|
||||
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html \
|
||||
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
||||
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
|
||||
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
|
||||
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
|
@ -307,7 +307,12 @@ HTML_IMAGES = \
|
||||
$(srcdir)/images/window.png
|
||||
|
||||
# Extra options to supply to gtkdoc-fixref
|
||||
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
||||
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html \
|
||||
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
||||
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
|
||||
--extra-dir=$(ATK_PREFIX)/share/gtk-doc/html/atk \
|
||||
--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
|
||||
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo
|
||||
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user