From f6abdbbe44467583ca9c76d61f4a7784c4582add Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Wed, 19 May 2021 15:57:31 +0200 Subject: Documentation: Let links point to sigc++2 and gtkmm3 versions --- meson.build | 2 +- sigc++-uninstalled.pc.in | 2 +- sigc++.pc.in | 2 +- sigc++/sigc++.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index dd67967..6fcfe84 100644 --- a/meson.build +++ b/meson.build @@ -252,7 +252,7 @@ endif if meson.is_subproject() pkgconfig_vars = { 'htmlrefdir': install_prefix / install_docdir / 'reference' / 'html', - 'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/unstable/' + 'htmlrefpub': 'http://library.gnome.org/devel/libsigc++/2.10/' } if build_documentation pkgconfig_vars += {'doxytagfile': tag_file.full_path()} diff --git a/sigc++-uninstalled.pc.in b/sigc++-uninstalled.pc.in index 9e91296..0205215 100644 --- a/sigc++-uninstalled.pc.in +++ b/sigc++-uninstalled.pc.in @@ -1,5 +1,5 @@ doxytagfile=${pc_top_builddir}/docs/reference/libsigc++-@SIGCXX_API_VERSION@.tag -htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/ +htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10/ Name: libsigc++ Description: Typesafe signal and callback system for C++, not installed diff --git a/sigc++.pc.in b/sigc++.pc.in index 05de315..d4cd244 100644 --- a/sigc++.pc.in +++ b/sigc++.pc.in @@ -8,7 +8,7 @@ includedir=@includedir@ docdir=${datarootdir}/doc/libsigc++-@SIGCXX_API_VERSION@ doxytagfile=${docdir}/reference/libsigc++-@SIGCXX_API_VERSION@.tag htmlrefdir=${docdir}/reference/html -htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable/ +htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10/ Name: libsigc++ Description: Typesafe signal and callback system for C++ diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h index 0643184..7acb549 100644 --- a/sigc++/sigc++.h +++ b/sigc++/sigc++.h @@ -34,9 +34,9 @@ * @ref slot "Slots" and @ref adaptors "Adaptors". * * See also the - * libsigc++ tutorial, + * libsigc++ tutorial, * the libsigc++ website, and - * the Signals appendix of the Programming with gtkmm book. + * the Signals appendix of the Programming with gtkmm book. * * @section features Features * -- cgit v1.2.1