Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:2633763362586903cf6506f4c4d708727a981025
Author...:Bruno Haible
Committer:Reuben Thomas
Date.....:Thu Jun 22 22:53:40 2023 +0200
Parents..:fab5dca74c099b1663dce30d9e11c2d83ecf3078

Message
build: Ensure that makeinfo ≥ 6.8 checks the @menu structure

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

* doc/local.mk (AM_MAKEINFOFLAGS): New variable.

Changes
diff --git a/doc/local.mk b/doc/local.mk
line changes: +5/-1
index efbb418..d38f2de
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -1,7 +1,7 @@
 # Make hello documentation.				-*-Makefile-*-
 # This is included by the top-level Makefile.am.
 
-# Copyright (C) 1995-2019 Free Software Foundation, Inc.
+# Copyright (C) 1995-2023 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,3 +20,7 @@ info_TEXINFOS = doc/hello.texi
 
 doc_hello_TEXINFOS = \
   doc/fdl.texi
+
+# The customization variable CHECK_NORMAL_MENU_STRUCTURE is necessary with
+# makeinfo versions ≥ 6.8.
+AM_MAKEINFOFLAGS = -c CHECK_NORMAL_MENU_STRUCTURE=1

This website is licensed under AGPL-3.0. Feel free to copy!