Re: duplicated html help files
Eli Zaretskii via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Date: Mon, 2 Nov 2020 15:53:47 +0300 > From: Alexander Fedotov via Gdb <[email protected]> > > I am doing a GDB 9.2 build using MinGW on a linux machine and found that > GDB documentation generates files frame-apply.html and Frame-Apply.html. > The difference is in filename case only. > Whilst this is fine on linux this makes a problem to unpack tarball on > windows.Yes, it is possible to workaround this by corresponding switch to > unpack utility and overwrite file. But this breaks HTML helps I guess... I believe you are talking about building the HTML version of the GDB manual. If so, please report this problem to the Texinfo developers ([email protected]), since GDB just uses the Texinfo tools to produce the docs. It's a Texinfo problem that it creates such file-name clashes on case-insensitive filesystems.