This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Doc fixes for makeinfo --html


On Wed, 14 Jan 2009, Eli Zaretskii wrote:

> > * To work on case-insensitive filesystems with makeinfo splitting by
> >   node, the index should not be called "Index" as this clashes with
> >   the automatically generated index.html.
> 
> In what version of makeinfo did you see this problem, and on what OS
> and which port?  Because it was solved long ago: when some <node>.html
> clashes with another <node>.html, makeinfo should resolve the clash
> automatically.

Various versions of makeinfo up to 4.12.  The problem is building GDB on 
i686-pc-linux-gnu (build system) with --host=i686-mingw32; I have not 
tried any version of makeinfo running directly on the case-insensitive 
systems (we build all tools for all hosts on GNU/Linux build systems).  
There is no way to pass the expected host to makeinfo, and since 
documentation goes in a "share" directory the files generated should not 
depend at all on the host in any case; it would be a bug for the files in 
the share directory to differ for different --host configurations.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]