Hi Bruno, Bruno Haible <br...@clisp.org> writes:
> Now that we have a module index in the documentation, the idiom to use is: > > Gnulib module: glob > @mindex glob > > The module index should reference all locations in the documentation where > the module is mentioned (not just the primary location). Oops, should have checked another file to see I was missing something. Thanks, I pushed the fix. Collin
>From 5423426e996aa2b62b7a785384e7f125ee4ee7e6 Mon Sep 17 00:00:00 2001 From: Collin Funk <collin.fu...@gmail.com> Date: Sun, 24 Nov 2024 11:17:29 -0800 Subject: [PATCH] doc: Add missing module index. Reported by Bruno Haible <br...@clisp.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00193.html>. * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p): Add module index. --- ChangeLog | 7 +++++++ doc/glibc-functions/glob_pattern_p.texi | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index e2ff16080a..633fd1fe71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-11-24 Collin Funk <collin.fu...@gmail.com> + + doc: Add missing module index. + Reported by Bruno Haible <br...@clisp.org> in + <https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00193.html>. + * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p): Add module index. + 2024-11-24 Bruno Haible <br...@clisp.org> gettext-h: Add tests. diff --git a/doc/glibc-functions/glob_pattern_p.texi b/doc/glibc-functions/glob_pattern_p.texi index 4ad6ff0083..e17cae44c9 100644 --- a/doc/glibc-functions/glob_pattern_p.texi +++ b/doc/glibc-functions/glob_pattern_p.texi @@ -3,6 +3,7 @@ @node glob_pattern_p @findex glob_pattern_p Gnulib module: glob +@mindex glob Portability problems fixed by Gnulib: @itemize -- 2.47.0