On Tue, Jul 06, 2021 at 09:04:29AM -0400, Ken Brown 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.
My guess is that the C parser do not treat - magically as perl does. I think that it is probably in input_push_file() in Texinfo/XS/parsetexi/input.c that some change should be done such that if filename is -, stdin is used instead of opening a file. -- Pat
