From 9647d37994874464971cbb4b3165030422bf183b Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 8 Apr 2008 17:25:34 +0200 Subject: [PATCH] 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! --- scm/documentation-generate.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 2.39.5