Re: howto-index not found
From: Jeff King <hidden>
Date: 2021-02-04 21:10:36
On Thu, Feb 04, 2021 at 08:34:18PM +0000, Bulgrien, Dennis wrote:
The github tracker redirects back to this group, saying "These pages are generated from git man pages, so we have no control over it. Have you reported it to the community at https://git-scm.com/community ?" [1]: https://github.com/git/git-scm.com/issues/1521
Yeah, there are sort of two questions here:
- should git-scm.com be generating the howto-index, api-index, etc;
that's an issue that would be solved there (because it has custom
code to import and format the documentation from git.git).
- should Documentation/git.txt be more careful about referencing
potentially-absent html files from the manpage builds. That's an
issue that should be solved here on the mailing list.
-Peff