1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Ensure that makeinfo ≥ 6.8 checks the @menu structure.

See <https://lists.gnu.org/archive/html/bug-texinfo/2023-06/msg00015.html>.

* doc/Makefile.in (MAKEINFO): Add option
"-c CHECK_NORMAL_MENU_STRUCTURE=1".
This commit is contained in:
Bruno Haible
2023-06-22 23:04:24 +02:00
parent 09844ce4ca
commit 8f9d2b67b7
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2023-06-22 Bruno Haible <bruno@clisp.org>
Ensure that makeinfo ≥ 6.8 checks the @menu structure.
See
<https://lists.gnu.org/archive/html/bug-texinfo/2023-06/msg00015.html>.
* doc/Makefile.in (MAKEINFO): Add option
"-c CHECK_NORMAL_MENU_STRUCTURE=1".
2022-09-08 Bruno Haible <bruno@clisp.org>
Fix a warning regarding strncmp.

View File

@@ -48,7 +48,7 @@ TEX = tex
TEXI2DVI = texi2dvi
DVIPS = dvips -D600
TEXI2PDF = texi2pdf
MAKEINFO = LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo
MAKEINFO = LANG= LC_MESSAGES= LC_ALL= LANGUAGE= makeinfo -c CHECK_NORMAL_MENU_STRUCTURE=1
TEXI2HTML = perl $(srcdir)/texi2html
TEXI2ANY = texi2any