From 15d0addc284cf2fddb4eb1f6270838545974af04 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 28 Jul 2024 18:20:06 -0700 Subject: [PATCH] doc: Document the 'Useable-in-testdir' field in module descriptions. * doc/gnulib.texi (Module description): Add the 'Usable-in-testdir' field. --- ChangeLog | 6 ++++++ doc/gnulib.texi | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7c19352aae..0974283d46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-07-28 Collin Funk + + doc: Document the 'Useable-in-testdir' field in module descriptions. + * doc/gnulib.texi (Module description): Add the 'Usable-in-testdir' + field. + 2024-07-28 Bruno Haible gnulib-tool.py: New options --extract-[recursive-]dependents. diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 40aed018e2..3f2d1ee44d 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -411,6 +411,10 @@ One sentence is enough. For example, if it defines a single function Gnulib's documentation generator will automatically convert the first part to a hyperlink when it has this form. +@item Usable-in-testdir +This field should contain @samp{no} if the module cannot be used in a +test directory created with @code{gnulib-tool --create-testdir}. + @item Status This field is either empty/absent, or contains the word @samp{obsolete}. In the latter case, @command{gnulib-tool} will, unless the option -- 2.39.5