2005-03-31 Jan Nieuwenhuizen <janneke@gnu.org>
+ * scm/documentation-generate.scm (string-append): Fix @usermanref,
+ @glossaryref.
+
* Documentation/index.html.in:
* Documentation/user/GNUmakefile (depth): Update from 2.5.
"(lilypond-internals.info)")
"
+@c NOTE: This is documentation-generate.scm, not macros.itexi
+
@ifhtml
@macro usermanref{NAME}
-@uref{../lilypond/\\NAME\\.html,\\NAME\\}
+@ref{\\NAME\\,,,lilypond}
@cindex \\NAME\\
@end macro
@end ifhtml
@ifinfo
@macro usermanref{NAME}
-@ref{\\NAME\\,,,lilypond/lilypond}
+@inforef{\\NAME\\,,,lilypond}
@cindex \\NAME\\
@end macro
@end ifinfo
@ifhtml
@macro glossaryref{NAME}
-@uref{../music-glossary/\\NAME\\.html,\\NAME\\}
+@ref{\\NAME\\,,,music-glossary}
@cindex \\NAME\\
@end macro
@end ifhtml
@end iftex
-
@ignore
@omftitle LilyPond internals
@omfcreator Han-Wen Nienhuys and Jan Nieuwenhuizen