From: Emmanuele Bassi Date: Sat, 31 Jul 2021 18:08:34 +0000 (+0100) Subject: docs: Update the URLs of related projects for GTK X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~1^2~49^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=769dc53c0599f4ec3e17de19740f63df01e568cd;p=gtk4.git docs: Update the URLs of related projects for GTK And install the gi-docgen project file as well. --- diff --git a/docs/reference/gtk/gtk4.toml.in b/docs/reference/gtk/gtk4.toml.in index e1cc9f34cb..03c9346a70 100644 --- a/docs/reference/gtk/gtk4.toml.in +++ b/docs/reference/gtk/gtk4.toml.in @@ -14,7 +14,7 @@ search_index = true [dependencies."GObject-2.0"] name = "GObject" description = "The base type system library" - docs_url = "https://developer.gnome.org/gobject/stable" + docs_url = "https://docs.gtk.org/gobject/" [dependencies."Graphene-1.0"] name = "Graphene" diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build index 0d785b26de..65873e5202 100644 --- a/docs/reference/gtk/meson.build +++ b/docs/reference/gtk/meson.build @@ -27,9 +27,15 @@ expand_content_md_files = [ 'visual_index.md' ] -gtk4_toml = configure_file(input: 'gtk4.toml.in', output: 'gtk4.toml', configuration: toml_conf) - if get_option('gtk_doc') + gtk4_toml = configure_file( + input: 'gtk4.toml.in', + output: 'gtk4.toml', + configuration: toml_conf, + install: true, + install_dir: docs_dir / 'gtk4', + ) + custom_target('gtk4-doc', input: [ gtk4_toml, gtk_gir[0] ], output: 'gtk4', diff --git a/docs/reference/gtk/urlmap.js b/docs/reference/gtk/urlmap.js index eaf2de9886..355f47e353 100644 --- a/docs/reference/gtk/urlmap.js +++ b/docs/reference/gtk/urlmap.js @@ -3,11 +3,14 @@ // A map between namespaces and base URLs for their online documentation baseURLs = [ - [ 'Gdk', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4/' ], - [ 'GdkWayland', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-wayland/' ], - [ 'GdkX11', 'https://gnome.pages.gitlab.gnome.org/gtk/gdk4-x11/' ], - [ 'Gsk', 'https://gnome.pages.gitlab.gnome.org/gtk/gsk4/' ], - [ 'Gtk', 'https://gnome.pages.gitlab.gnome.org/gtk/gtk4/' ], - [ 'Pango', 'https://gnome.pages/gitlab.gnome.org/pango/pango/' ], - [ 'PangoCairo', 'https://gnome.pages.gitlab.gnome.org/pango/pangocairo/' ], + [ 'GLib', 'https://docs.gtk.org/glib/' ], + [ 'GObject', 'https://docs.gtk.org/gobject/' ], + [ 'Gio', 'https://docs.gtk.org/gio/' ], + [ 'Gdk', 'https://docs.gtk.org/gdk4/' ], + [ 'GdkWayland', 'https://docs.gtk.org/gdk4-wayland/' ], + [ 'GdkX11', 'https://docs.gtk.org/gdk4-x11/' ], + [ 'Gsk', 'https://docs.gtk.org/gsk4/' ], + [ 'Gtk', 'https://docs.gtk.org/gtk4/' ], + [ 'Pango', 'https://docs.gtk.org/Pango/' ], + [ 'PangoCairo', 'https://docs.gtk.org/PangoCairo/' ], ]