On 7/6/2021 10:08 AM, Gavin Smith wrote:
On Tue, Jul 6, 2021 at 2:09 PM Ken Brown <[email protected]> wrote:It was just reported on the Cygwin mailing list that makeinfo can't be used in a pipeline any more: https://cygwin.com/pipermail/cygwin/2021-July/248849.html I assume this is not an intentional change.It wasn't: it is due to the use internally of "-" to represent reading from stdin, which is recognised by Perl's "open" command but not in the C code. I've fixed it in commit c0666e580a (change below). Please try the change and see if building your documentation works again.
That fixes it, thanks. Ken
