[gtkmm/gtkmm-3-24] Documentation: Let links point to gtkmm-3.0 versions



commit f06a1497e6426ee53f37cde59f9659b516e0bc31
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed May 19 16:12:23 2021 +0200

    Documentation: Let links point to gtkmm-3.0 versions

 gdk/gdkmm-uninstalled.pc.in | 2 +-
 gdk/gdkmm.pc.in             | 2 +-
 gtk/gtkmm-uninstalled.pc.in | 2 +-
 gtk/gtkmm.h                 | 2 +-
 gtk/gtkmm.pc.in             | 2 +-
 meson.build                 | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdk/gdkmm-uninstalled.pc.in b/gdk/gdkmm-uninstalled.pc.in
index 6e1647bb..8bd54d56 100644
--- a/gdk/gdkmm-uninstalled.pc.in
+++ b/gdk/gdkmm-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME@.tag
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/3.24/
 
 Name: gdkmm
 Description: C++ binding for the GDK drawing kit, not installed
diff --git a/gdk/gdkmm.pc.in b/gdk/gdkmm.pc.in
index 4cd92522..d1109370 100644
--- a/gdk/gdkmm.pc.in
+++ b/gdk/gdkmm.pc.in
@@ -8,7 +8,7 @@ includedir=@includedir@
 docdir=${datarootdir}/doc/@GTKMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME@.tag
 htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/3.24/
 
 Name: gdkmm
 Description: C++ binding for the GDK drawing kit
diff --git a/gtk/gtkmm-uninstalled.pc.in b/gtk/gtkmm-uninstalled.pc.in
index 36dd366e..a9a3d171 100644
--- a/gtk/gtkmm-uninstalled.pc.in
+++ b/gtk/gtkmm-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME@.tag
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/3.24/
 
 Name: gtkmm
 Description: C++ binding for the GTK+ toolkit, not installed
diff --git a/gtk/gtkmm.h b/gtk/gtkmm.h
index bcb533f7..9cc25692 100644
--- a/gtk/gtkmm.h
+++ b/gtk/gtkmm.h
@@ -32,7 +32,7 @@
  * @ref TextView "TextView".
  *
  * See also the
- * <a href="https://library.gnome.org/devel/gtkmm-tutorial/stable/";>Programming
+ * <a href="https://library.gnome.org/devel/gtkmm-tutorial/3.24/";>Programming
  * with gtkmm</a> book.
  *
  * @section features Features
diff --git a/gtk/gtkmm.pc.in b/gtk/gtkmm.pc.in
index 3f8dd5eb..3721793d 100644
--- a/gtk/gtkmm.pc.in
+++ b/gtk/gtkmm.pc.in
@@ -10,7 +10,7 @@ gmmprocm4dir=${libdir}/@GTKMM_MODULE_NAME@/proc/m4
 docdir=${datarootdir}/doc/@GTKMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@GTKMM_MODULE_NAME@.tag
 htmlrefdir=${docdir}/reference/html
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/3.24/
 
 Name: gtkmm
 Description: C++ binding for the GTK+ toolkit
diff --git a/meson.build b/meson.build
index 25efd6b5..f5cffabf 100644
--- a/meson.build
+++ b/meson.build
@@ -388,7 +388,7 @@ endif
 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') + 
'/3.24/'
   }
   if build_documentation
     pkgconfig_vars += {'doxytagfile': tag_file.full_path()}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]