]> git.donarmstrong.com Git - lilypond.git/commitdiff
Documentation: Use the bigpage variable in the IR, too.
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 8 Apr 2008 15:25:34 +0000 (17:25 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 8 Apr 2008 15:25:34 +0000 (17:25 +0200)
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

index 6219ce53c3f3a0de56b2ad3f8ff3d26a4f190f7b..d137ae1b1d27456d167725fff8e3c4ec6967415b 100644 (file)
 @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