bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Warn user when 2 files conflict on a case insensitive fs


From: pertusus
Subject: Re: [PATCH] Warn user when 2 files conflict on a case insensitive fs
Date: Sat, 7 Jan 2023 10:38:57 +0100

On Sat, Jan 07, 2023 at 09:08:56AM +0200, Eli Zaretskii wrote:
> > From: Gavin Smith <gavinsmith0123@gmail.com>
> > Date: Sat, 7 Jan 2023 00:35:25 +0000
> > 
> > > Does anybody knows if nodes are correctly concatenated with case
> > > insensitive filesystems if CASE_INSENSITIVE_FILENAMES is not set?
> > 
> > It would be good to know the answer to this.
> 
> I've built the GDB HTML docs on MS-Windows with "make html" in the GDB
> doc/ directory, so I can answer these questions, I think.  What
> exactly do you want to know?
> 
> I can confirm that with the default configuration only one
> QMemTags.html file is generated, and it redirects to the @anchor that
> is qMemTags, not QMemTags.  The other one seems to be lost.  Is that
> what you wanted to know?

No, what I would like to know is whether nodes are concatenated when
split, or there is only one node in the output.  So another manual
should be tested which has nodes with the same name, not anchors.
The following would be ok for that test, I think:

@node Top
@top top

@node Node1
@chapter chap Node1

In the first node chapter

@node node1
@chapter chap1 node1

Now the second.

@bye

-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]