From: Bruno Haible Date: Mon, 5 May 2025 08:03:03 +0000 (+0200) Subject: doc: Update list of examples. X-Git-Tag: v0.25~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52fe9fc8768738840c0e26e513de5f873d093ed3;p=thirdparty%2Fgettext.git doc: Update list of examples. * gettext-tools/doc/lang-c.texi: Update the list of examples. * gettext-tools/doc/lang-ruby.texi: Mention the hello-ruby example. --- diff --git a/gettext-tools/doc/lang-c.texi b/gettext-tools/doc/lang-c.texi index 5cceaaa69..9e2d97ff4 100644 --- a/gettext-tools/doc/lang-c.texi +++ b/gettext-tools/doc/lang-c.texi @@ -1,5 +1,5 @@ @c This file is part of the GNU gettext manual. -@c Copyright (C) 1995-2023 Free Software Foundation, Inc. +@c Copyright (C) 1995-2025 Free Software Foundation, Inc. @c See the file gettext.texi for copying conditions. @node C @@ -62,6 +62,8 @@ yes @end table The following examples are available in the @file{examples} directory: -@code{hello-c}, @code{hello-c-gnome}, @code{hello-c++}, @code{hello-c++-qt}, -@code{hello-c++-kde}, @code{hello-c++-gnome}, @code{hello-c++-wxwidgets}, -@code{hello-objc}, @code{hello-objc-gnustep}, @code{hello-objc-gnome}. +@code{hello-c}, @code{hello-c-gnome2}, @code{hello-c-gnome3}, @code{hello-c-http}, +@code{hello-c++}, @code{hello-c++20}, +@code{hello-c++-qt}, @code{hello-c++-kde}, +@code{hello-c++-gnome2}, @code{hello-c++-gnome3}, @code{hello-c++-wxwidgets}, +@code{hello-objc}, @code{hello-objc-gnustep}, @code{hello-objc-gnome2}. diff --git a/gettext-tools/doc/lang-ruby.texi b/gettext-tools/doc/lang-ruby.texi index 315b00744..9517348c1 100644 --- a/gettext-tools/doc/lang-ruby.texi +++ b/gettext-tools/doc/lang-ruby.texi @@ -1,5 +1,5 @@ @c This file is part of the GNU gettext manual. -@c Copyright (C) 1995-2020 Free Software Foundation, Inc. +@c Copyright (C) 1995-2025 Free Software Foundation, Inc. @c See the file gettext.texi for copying conditions. @node Ruby @@ -56,4 +56,4 @@ fully portable --- @end table -@c An example is available in the @file{examples} directory: @code{hello-ruby}. +An example is available in the @file{examples} directory: @code{hello-ruby}.