bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (Slightly) broken html doc


From: Bruno Haible
Subject: Re: (Slightly) broken html doc
Date: Fri, 14 Sep 2018 12:57:33 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-134-generic; KDE/5.18.0; x86_64; ; )

> Hmm, maybe conditionalize it based
> on @ifinfo and @ifhtml?

Indeed, this works:


2018-09-14  Bruno Haible  <address@hidden>

        doc: Fix bottom of top-level page.
        Reported by Akim Demaille <address@hidden> in
        <http://lists.gnu.org/archive/html/bug-gnulib/2018-09/msg00072.html>.
        * doc/pastposix-functions/index.texi: Rename node to '_index' in HTML
        mode.
        * doc/gnulib.texi (Legacy Function Substitutes): Update menu
        accordingly.

diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index 52ecf84..4ddb34d 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -3396,7 +3396,12 @@ problems are not worked around by Gnulib.
 * gethostbyname::
 * getwd::
 * h_errno::
address@hidden
+* _index::
address@hidden ifhtml
address@hidden
 * index::
address@hidden ifnothtml
 * makecontext::
 * mktemp::
 * pthread_attr_getstackaddr::
diff --git a/doc/pastposix-functions/index.texi 
b/doc/pastposix-functions/index.texi
index c1aab72..a7becb8 100644
--- a/doc/pastposix-functions/index.texi
+++ b/doc/pastposix-functions/index.texi
@@ -1,4 +1,9 @@
address@hidden
address@hidden _index
address@hidden ifhtml
address@hidden
 @node index
address@hidden ifnothtml
 @section @code{index}
 @findex index
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]