duplicated html help files
Eli Zaretskii
eliz@gnu.org
Mon Nov 2 15:56:47 GMT 2020
> Date: Mon, 2 Nov 2020 15:53:47 +0300
> From: Alexander Fedotov via Gdb <gdb@sourceware.org>
>
> 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
(bug-texinfo@gnu.org), 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.
More information about the Gdb
mailing list