From: Collin Funk Date: Mon, 4 Mar 2024 13:09:51 +0000 (-0800) Subject: doc: Fix build errors. X-Git-Tag: v1.0~344 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6e8b7962fb0462ed01a2fa4fac8c59a8b6d5e72b;p=gnulib.git doc: Fix build errors. * doc/gnulib-tool.texi (Style of #include statements): Use @itemize w{} instead of the incorrect @itemize @asis. --- diff --git a/ChangeLog b/ChangeLog index 11ac619206..026146a691 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-03-04 Collin Funk + + doc: Fix build errors. + * doc/gnulib-tool.texi (Style of #include statements): Use @itemize w{} + instead of the incorrect @itemize @asis. + 2024-03-04 Collin Funk gnulib-tool.py: Adjust construction of configure.ac path. diff --git a/doc/gnulib-tool.texi b/doc/gnulib-tool.texi index 5626ce9d53..e006a6d35f 100644 --- a/doc/gnulib-tool.texi +++ b/doc/gnulib-tool.texi @@ -469,7 +469,7 @@ and these flags have no effect after any system header file has been included. When including including specific header files, you need to use the @samp{#include <...>} syntax, not the @samp{#include "..."} syntax. This is true for the following POSIX or ISO C standardized header files: -@itemize @asis +@itemize @w{} @item @code{arpa/inet.h} @item @code{assert.h} @item @code{ctype.h} @@ -529,7 +529,7 @@ This is true for the following POSIX or ISO C standardized header files: @noindent as well as for the following header files that exist in the GNU C library but are not standardized: -@itemize @asis +@itemize @w{} @item @code{alloca.h} @item @code{error.h} @item @code{getopt.h}