[pangomm/pangomm-2-46] Documentation: Let links point to pangomm-1.4 versions



commit 22e515422639bb183a34292e19a66c699cd5fbe4
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed May 19 16:09:25 2021 +0200

    Documentation: Let links point to pangomm-1.4 versions

 meson.build                     | 2 +-
 pango/pangomm-uninstalled.pc.in | 2 +-
 pango/pangomm.pc.in             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 0e56e6d..9112c47 100644
--- a/meson.build
+++ b/meson.build
@@ -284,7 +284,7 @@ if meson.is_subproject()
   pkgconfig_vars = {
     'gmmprocm4dir': project_source_root / 'tools' / 'm4',
     '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.46/'
   }
   if build_documentation
     pkgconfig_vars += {'doxytagfile': tag_file.full_path()}
diff --git a/pango/pangomm-uninstalled.pc.in b/pango/pangomm-uninstalled.pc.in
index 4eaea77..db75f77 100644
--- a/pango/pangomm-uninstalled.pc.in
+++ b/pango/pangomm-uninstalled.pc.in
@@ -1,5 +1,5 @@
 doxytagfile=${pc_top_builddir}/docs/reference/@PANGOMM_MODULE_NAME@.tag
-htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/unstable/
+htmlrefpub=http://library.gnome.org/devel/@PACKAGE_TARNAME@/2.46/
 
 Name: pangomm
 Description: C++ binding for Pango, not installed
diff --git a/pango/pangomm.pc.in b/pango/pangomm.pc.in
index 979450e..57e46f3 100644
--- a/pango/pangomm.pc.in
+++ b/pango/pangomm.pc.in
@@ -10,7 +10,7 @@ gmmprocm4dir=${libdir}/@PANGOMM_MODULE_NAME@/proc/m4
 docdir=${datarootdir}/doc/@PANGOMM_MODULE_NAME@
 doxytagfile=${docdir}/reference/@PANGOMM_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.46/
 
 Name: pangomm
 Description: C++ binding for Pango


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