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

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

[Octave-bug-tracker] [bug #41364] __makeinfo__ fails with texinfo 5.2


From: Arno Onken
Subject: [Octave-bug-tracker] [bug #41364] __makeinfo__ fails with texinfo 5.2
Date: Mon, 27 Jan 2014 14:09:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20131215 Firefox/24.0 Iceweasel/24.2.0

URL:
  <http://savannah.gnu.org/bugs/?41364>

                 Summary: __makeinfo__ fails with texinfo 5.2
                 Project: GNU Octave
            Submitted by: asnelt
            Submitted on: Mon 27 Jan 2014 15:09:51 CET
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

With texinfo 5.2 the built-in function __makeinfo__ returns an empty text when
requesting html output. This is important for the octave-forge package
generate_html which will generate documentation without function help text.

Example:

[r1, r2] = __makeinfo__ (get_help_text ('max'), 'html')


will return

r1=
r2=0


This is because by default makeinfo now writes the output to the input file.
Adding "--output=-" to the makeinfo arguments fixes this, because makeinfo
will then write to stdout.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?41364>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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