octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #55371] Add configure flag to specify makeinfo


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55371] Add configure flag to specify makeinfo path
Date: Thu, 3 Jan 2019 14:20:12 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Update of bug #55371 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

You can already build Octave with MAKEINFO=/path/to/makeinfo. For example


export MAKEINFO=/path/to/makeinfo
./configure


or


./configure MAKEINFO=/path/to/makeinfo


to specify the makeinfo program to use at build time. Does this help address
your issue with the makeinfo program not being on PATH?

Further, at run time after Octave is built and installed, you can use the
'makeinfo_program' function to set which makeinfo program to use when
formatting help strings. For example


>> makeinfo_program ('/path/to/makeinfo');
>> help sqrt


This can be done in your ~/.octaverc or the global octaverc to make the change
effective every time Octave runs.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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