[glibmm/glibmm-2-66] Documentation: Let links point to glibmm-2.4 and gtkmm-3.0 versions
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/glibmm-2-66] Documentation: Let links point to glibmm-2.4 and gtkmm-3.0 versions
- Date: Wed, 19 May 2021 14:03:46 +0000 (UTC)
commit 5a4abcf76a73864e76af43f50332ee68ca6c38df
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Wed May 19 16:01:10 2021 +0200
Documentation: Let links point to glibmm-2.4 and gtkmm-3.0 versions
gio/giomm-uninstalled.pc.in | 2 +-
gio/giomm.pc.in | 2 +-
glib/glibmm-uninstalled.pc.in | 2 +-
glib/glibmm.h | 2 +-
glib/glibmm.pc.in | 2 +-
meson.build | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gio/giomm-uninstalled.pc.in b/gio/giomm-uninstalled.pc.in
index be132c61..74e426e0 100644
--- a/gio/giomm-uninstalled.pc.in
+++ b/gio/giomm-uninstalled.pc.in
@@ -1,5 +1,5 @@
doxytagfile=${pc_top_builddir}/docs/reference/@GLIBMM_MODULE_NAME@.tag
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/2.66/
Name: giomm
Description: C++ binding for gio, not installed
diff --git a/gio/giomm.pc.in b/gio/giomm.pc.in
index 702fd777..78927785 100644
--- a/gio/giomm.pc.in
+++ b/gio/giomm.pc.in
@@ -8,7 +8,7 @@ includedir=@includedir@
docdir=${datarootdir}/doc/@GLIBMM_MODULE_NAME@
doxytagfile=${docdir}/reference/@GLIBMM_MODULE_NAME@.tag
htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/2.66/
Name: giomm
Description: C++ binding for gio
diff --git a/glib/glibmm-uninstalled.pc.in b/glib/glibmm-uninstalled.pc.in
index 71d5091f..624f4175 100644
--- a/glib/glibmm-uninstalled.pc.in
+++ b/glib/glibmm-uninstalled.pc.in
@@ -1,7 +1,7 @@
gmmprocdir=${pc_top_builddir}/tools
doxytagfile=${pc_top_builddir}/docs/reference/@GLIBMM_MODULE_NAME@.tag
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/2.66/
Name: glibmm
Description: C++ binding for GLib, not installed
diff --git a/glib/glibmm.h b/glib/glibmm.h
index 73335e24..84dc1608 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -26,7 +26,7 @@
* glibmm is the official C++ interface for the popular cross-platform library %Glib.
* It provides non-UI API that is not available in standard C++ and makes it
* possible for gtkmm to wrap GObject-based APIs.
- * See also the <a href="https://library.gnome.org/devel/gtkmm-tutorial/stable/">
+ * See also the <a href="https://library.gnome.org/devel/gtkmm-tutorial/3.24/">
* Programming with gtkmm</a> book for a tutorial on programming with gtkmm and
* glibmm.
*
diff --git a/glib/glibmm.pc.in b/glib/glibmm.pc.in
index 313e1def..1fe31ece 100644
--- a/glib/glibmm.pc.in
+++ b/glib/glibmm.pc.in
@@ -10,7 +10,7 @@ gmmprocdir=${libdir}/@GLIBMM_MODULE_NAME@/proc
docdir=${datarootdir}/doc/@GLIBMM_MODULE_NAME@
doxytagfile=${docdir}/reference/@GLIBMM_MODULE_NAME@.tag
htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/2.66/
Name: glibmm
Description: C++ wrapper for GLib
diff --git a/meson.build b/meson.build
index cf4a4b20..8413fecb 100644
--- a/meson.build
+++ b/meson.build
@@ -306,7 +306,7 @@ if meson.is_subproject()
pkgconfig_vars = {
'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html',
- 'htmlrefpub': 'http://library.gnome.org/devel/' + pkg_conf_data.get_unquoted('PACKAGE_TARNAME') +
'/unstable/'
+ 'htmlrefpub': 'http://library.gnome.org/devel/' + pkg_conf_data.get_unquoted('PACKAGE_TARNAME') +
'/2.66/'
}
if build_documentation
pkgconfig_vars += {'doxytagfile': tag_file.full_path()}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]