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
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
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
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
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
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
Hi.
I found it: @xrefautomaticsectiontitle on
Sorry for the noise.
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