]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use @inforef iso @uref for
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 1 Sep 2004 09:57:13 +0000 (09:57 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 1 Sep 2004 09:57:13 +0000 (09:57 +0000)
external references.  Fixes HTML cross references with makeinfo 4.7.

ChangeLog
Documentation/user/macros.itexi

index c6f0f84cb178e6eb8f12ccfcefa86bffebe94bef..b0d708aed4c69305d4649eb102199913fba2c5ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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   <hanwen@xs4all.nl>
 
        * lily/include/simple-spacer.hh (struct Simple_spacer): remove
index 887837466f784a570c38da5d49e14fe4468be3f3..e89d5ad8ee25edc62df5f7a194f8ea378e85fbc9 100644 (file)
  @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\}