Does not work for me (I'm on Arch Linux, Texinfo 6.8): $ makeinfo -I ./è simplest.texi simplest.texi:10: @include: could not find toto.texi $ makeinfo --html -I ./è simplest.texi simplest.texi:10: @include: could not find toto.texi $
However: $ cp -r è e $ makeinfo -I ./e simplest.texi $ makeinfo --html -I ./e simplest.texi $ Cheers, Gaël ------- Original Message ------- On Saturday, February 19th, 2022 at 2:27 PM, Patrice Dumas <[email protected]> wrote: > On Thu, Feb 17, 2022 at 07:53:16AM +0000, Gaël Bonithon wrote: > > > Hello, > > > > It seems that makeinfo does not support non-ASCII characters in directory > > names added to the @include search path. > > > > If this is intentional, I could not find any trace of it in the > > documentation. > > > > If it's not documented, it might be useful to do so. > > It is definitely not intentional. > > > For an example of a downstream issue, see > > https://octave.discourse.group/t/segfault-when-building-the-documentation/2233/14 > > I cannot reproduce the issue: > > $ mkdir è > > $ echo 'aaa' > è/toto.texi > > $ makeinfo -I ./è simplest.texi > > $ makeinfo --html -I ./è simplest.texi > > $ cat simplest.texi > > \input texinfo @c --texinfo-- > > @setfilename simplest.info > > @top top > > @node Top > > This is a very simple texi manual @ <>. > > @include toto.texi > > @bye > > > ---------------------------- > > Pat
