From e6d3010b2ce791de6fc2a240110004cd90b07c26 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 1 Sep 2004 09:57:13 +0000 Subject: [PATCH] Use @inforef iso @uref for external references. Fixes HTML cross references with makeinfo 4.7. --- ChangeLog | 5 +++++ Documentation/user/macros.itexi | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6f0f84cb1..b0d708aed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-01 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Use @inforef iso @uref for + external references. Fixes HTML cross references with makeinfo 4.7. + 2004-09-01 Han-Wen Nienhuys * lily/include/simple-spacer.hh (struct Simple_spacer): remove diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 887837466f..e89d5ad8ee 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -67,13 +67,16 @@ @c ***** HTML ***** @macro internalsref{NAME} - @uref{../lilypond-internals/\NAME\.html,\NAME\}@c + @c makeinfo-4.7 encodes html names + @c @uref{../lilypond-internals/\NAME\.html,\NAME\}@c + @inforef{\NAME\,,lilypond-internals}@c @c should we do this? @cindex @code{\NAME\} @end macro @macro hyphenatedinternalsref{NAME,NODENAME} - @uref{../lilypond-internals/\NODENAME\.html,\NAME\}@c + @c @uref{../lilypond-internals/\NODENAME\.html,\NAME\}@c + @inforef{\NODENAME\,,lilypond-internals}@c @c should we do this? @cindex @code{\NAME\} @end macro @@ -93,6 +96,7 @@ @end macro @macro hyphenatedinternalsref{NAME,NODENAME} +@c FIXME: suspicious info file name? @inforef{\NODENAME\,,lilypond-internals}@c @c should we do this? @cindex @code{\NAME\} -- 2.39.5