Re: automake-history in htmlxref.d/Texinfo_GNU.cnf

2025-05-25 Thread Gavin Smith
On Sun, May 25, 2025 at 11:45:27AM -0600, Karl Berry wrote: > Can we add automake-history to the new Texinfo_GNU.cnf please? > To avoid the warning from makeinfo. I think it's this: Thanks I have commited this. > > diff --git a/util/htmlxref.d/Texinfo_GNU.cnf b/util/htmlxref.d/Texinfo_GNU.cnf

automake-history in htmlxref.d/Texinfo_GNU.cnf

2025-05-25 Thread Karl Berry
Can we add automake-history to the new Texinfo_GNU.cnf please? To avoid the warning from makeinfo. I think it's this: diff --git a/util/htmlxref.d/Texinfo_GNU.cnf b/util/htmlxref.d/Texinfo_GNU.cnf index c43e3f54d2..982c7d490f 100644 --- a/util/htmlxref.d/Texinfo_GNU.cnf +++ b/util/htmlxref.d/Texin

Re: Build - possible bug for "multiple outputs"

2025-05-25 Thread Gavin Smith
On Sat, Mar 01, 2025 at 10:51:44AM +, Gavin Smith wrote: > I came across a section in the Automake manual describing problems with > Makefile rules with multiple outputs. > > https://www.gnu.org/software/automake/manual/html_node/Multiple-Outputs.html > > We have such rules in several places

Re: makeinfo --latex and long names in cross references

2025-05-25 Thread arnold
Gavin Smith wrote: > On Sun, May 25, 2025 at 10:57:03AM +0100, Gavin Smith wrote: > > I've just checked that the "@xrefautomaticsectiontitle on" command > > works as expected for LaTeX output and uses the section name for > > the text of a cross-reference. Place this on a line early in your file

Re: makeinfo --latex and long names in cross references

2025-05-25 Thread Gavin Smith
On Sun, May 25, 2025 at 10:57:03AM +0100, Gavin Smith wrote: > I've just checked that the "@xrefautomaticsectiontitle on" command > works as expected for LaTeX output and uses the section name for > the text of a cross-reference. Place this on a line early in your file > and you should get the out

Re: makeinfo --latex and long names in cross references

2025-05-25 Thread Gavin Smith
On Sun, May 25, 2025 at 03:08:35AM -0600, arn...@skeeve.com wrote: > Hi. > > I'm using `makeinfo --latex' to prepare a book for publication. > With texinfo.tex, cross references automatically use the "long" > name of the referred to chapter, section etc. > > However, in the generated LaTeX, the t

xrefs to section titles - never mind

2025-05-25 Thread arnold
Hi. I found it: @xrefautomaticsectiontitle on Sorry for the noise. Arnold

makeinfo --latex and long names in cross references

2025-05-25 Thread arnold
Hi. I'm using `makeinfo --latex' to prepare a book for publication. With texinfo.tex, cross references automatically use the "long" name of the referred to chapter, section etc. However, in the generated LaTeX, the text of the cross reference is the node name, not the chapter/section name. Is th