bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #65536] make.texi:5449: node `Using Variables' lacks menu item for


From: Martin Dorey
Subject: [bug #65536] make.texi:5449: node `Using Variables' lacks menu item for `Conditionalizing' despite being its Up target
Date: Fri, 29 Mar 2024 13:33:17 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?65536>

                 Summary: make.texi:5449: node `Using Variables' lacks menu
item for `Conditionalizing' despite being its Up target
                   Group: make
               Submitter: mdorey
               Submitted: Fri 29 Mar 2024 10:33:17 AM PDT
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: SCM
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Fri 29 Mar 2024 10:33:17 AM PDT By: Martin Dorey <mdorey>
A fresh clone from git goes through bootstrap and configure OK for me but
fails at the make step with:

...
rm -rf $backupdir; exit $rc
make.texi:460: warning: node `Preparing' is prev for `Reading' in menu but not
in sectioning
make.texi:6179: warning: node next `Setting' in menu `Appending' and in
sectioning `Conditionalizing' differ
make.texi:6254: warning: node `Appending' is next for `Conditionalizing' in
sectioning but not in menu
make.texi:6254: warning: node `Setting' is prev for `Conditionalizing' in
sectioning but not in menu
make.texi:6254: warning: node `Using Variables' is up for `Conditionalizing'
in sectioning but not in menu
make.texi:5449: node `Using Variables' lacks menu item for `Conditionalizing'
despite being its Up target
make.texi:6304: warning: node prev `Appending' in menu `Setting' and in
sectioning `Conditionalizing' differ
make[1]: *** [Makefile:417: make.info] Error 1
make[1]: Leaving directory '/home/martind/download/make-2024-03-29/doc'
make: *** [Makefile:982: all-recursive] Error 1
martind@stormy:~/download/make-2024-03-29$ 

I don't think this is the right solution, so just present it to give context
about where the problem is, but the make step... gets further for me with:

diff --git a/doc/make.texi b/doc/make.texi
index cb7420d0..90687bde 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -6252,7 +6252,7 @@ As with the @code{shell} function, the exit status of
the just-invoked
 shell script is stored in the @code{.SHELLSTATUS} variable.
 
 @node Conditionalizing
-@section Conditionally Assigning to Variables
+@subsection Conditionally Assigning to Variables
 @cindex ?=
 @cindex ?:=
 @cindex ?::=

It still says:

make.texi:460: warning: node `Preparing' is prev for `Reading' in menu but not
in sectioning

... but that's just a warning, so no longer blocks me.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65536>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]