On Sun, Mar 02, 2025 at 09:06:27AM +0000, Gavin Smith wrote: > On Sun, Mar 02, 2025 at 12:57:40AM +0100, pertu...@free.fr wrote: > > On Sat, Mar 01, 2025 at 08:09:57PM +0000, Gavin Smith wrote: > > > ADD_TRANSLITERATED_REDIRECTION_FILES would be fine. I guess it could be > > > taken to imply that these are additional files that are being added. > > > > This is implemented. I think that we could keep this customization > > option for some years, as it does not affect too much code, and could be > > needed for as long as manuals linking to a manual are not rebuilt with > > the next Texinfo texi2any version release. > > Great, that was quick! > > I will do the documentation.
There is another change that I would like to do. To have TRANSLITERATE_FILE_NAMES remain relevant and does not prevent corss-references to/from external manuals from working, I propose to add another variable to control the rule for external manuals, like TRANSLITERATE_EXTERNAL_FILE_NAMES. This would not be backward compatible, as the current situation would be obtained by setting both TRANSLITERATE_FILE_NAMES and TRANSLITERATE_EXTERNAL_FILE_NAMES instead of setting only TRANSLITERATE_FILE_NAMES explicitly, but it seems to me to be better. The idea is that TRANSLITERATE_FILE_NAMES could be set in general, such that the user can generate locally files with more readable names, but TRANSLITERATE_EXTERNAL_FILE_NAMES would only be set in the rare cases when the users want to have only transliterated file names for external links. What do you think? -- Pat