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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user