On Tue, Mar 17, 2020 at 9:15 PM Yuan Fu <[email protected]> wrote: > > I tried to export texinfo to HTML for Emacs Lisp Reference Manual. And it has > an index page. According to the manual makeinfo should fold the index.html > and Index.html. However I only see the content of Index.html. > > I also tried to set CASE_INSENSITIVE_FILENAMES to true, but that didn’t make > any difference. > > How should this work in general on case insensitive filesystems? Thanks.
I can't easily test it but as far as I remember the Index node is supposed to be at the end of the file. Any links to the node use an anchor, like index.html#Index. Have you checked at the end of the file to see if the Index is there?
