]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Update list of examples.
authorBruno Haible <bruno@clisp.org>
Mon, 5 May 2025 08:03:03 +0000 (10:03 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 5 May 2025 10:26:23 +0000 (12:26 +0200)
* gettext-tools/doc/lang-c.texi: Update the list of examples.
* gettext-tools/doc/lang-ruby.texi: Mention the hello-ruby example.

gettext-tools/doc/lang-c.texi
gettext-tools/doc/lang-ruby.texi

index 5cceaaa6919adbff7604d3fa36d058ecdc15aa11..9e2d97ff4054a390ef5268115b54ee8ebfbf043c 100644 (file)
@@ -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}.
index 315b00744a3db0c6ac113a5e72da25beb6919398..9517348c144648dcf2c86f467b5bb60937c110b0 100644 (file)
@@ -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}.