From: Reinhold Kainhofer Date: Tue, 8 Apr 2008 15:25:34 +0000 (+0200) Subject: Documentation: Use the bigpage variable in the IR, too. X-Git-Tag: release/2.11.44-1~15^2~7^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9647d37994874464971cbb4b3165030422bf183b;p=lilypond.git Documentation: Use the bigpage variable in the IR, too. If bigpage is set, all links should go to the corresponding *-big-page.html pages, not to e.g. lilypond.html! --- diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index 6219ce53c3..d137ae1b1d 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -72,6 +72,22 @@ @ifhtml @c ***** HTML ***** +@ifset bigpage + +@macro ruser{TEXT} +@ref{\\TEXT\\,,,lilypond-big-page,Notation Reference} +@cindex \\TEXT\\ +@end macro + +@macro glossaryref{TEXT} +@vindex \\TEXT\\ +@ref{\\TEXT\\,,,music-glossary-big-page,Music Glossary} +@end macro + +@end ifset + +@ifclear bigpage + @macro ruser{NAME} @ref{\\NAME\\,,,lilypond} @cindex \\NAME\\ @@ -82,6 +98,8 @@ @cindex \\NAME\\ @end macro +@end ifclear + @macro inputfileref{DIR,NAME} @uref{source/\\DIR\\/out-www/collated-files.html#\\NAME\\,@file{\\DIR\\/\\NAME\\}}@c @end macro