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:
@@ -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>
|
2022-09-08 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Fix a warning regarding strncmp.
|
Fix a warning regarding strncmp.
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ TEX = tex
|
|||||||
TEXI2DVI = texi2dvi
|
TEXI2DVI = texi2dvi
|
||||||
DVIPS = dvips -D600
|
DVIPS = dvips -D600
|
||||||
TEXI2PDF = texi2pdf
|
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
|
TEXI2HTML = perl $(srcdir)/texi2html
|
||||||
TEXI2ANY = texi2any
|
TEXI2ANY = texi2any
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user