From: Jan Nieuwenhuizen Date: Thu, 31 Mar 2005 14:56:54 +0000 (+0000) Subject: (string-append): Fix @usermanref, X-Git-Tag: release/2.4.6~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba5c64532a4306224b3a2776f6c3d14a3c5fe871;p=lilypond.git (string-append): Fix @usermanref, @glossaryref. --- diff --git a/ChangeLog b/ChangeLog index 088a70e52c..f0693a917d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-31 Jan Nieuwenhuizen + * scm/documentation-generate.scm (string-append): Fix @usermanref, + @glossaryref. + * Documentation/index.html.in: * Documentation/user/GNUmakefile (depth): Update from 2.5. diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 537579f2f8..ddd340fa6a 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -64,16 +64,18 @@ "(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 @@ -86,7 +88,7 @@ @ifhtml @macro glossaryref{NAME} -@uref{../music-glossary/\\NAME\\.html,\\NAME\\} +@ref{\\NAME\\,,,music-glossary} @cindex \\NAME\\ @end macro @end ifhtml @@ -126,7 +128,6 @@ @end iftex - @ignore @omftitle LilyPond internals @omfcreator Han-Wen Nienhuys and Jan Nieuwenhuizen