From e410671378ba2703554d4247d9c6145bc1b362c4 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 24 Feb 2007 11:59:16 +0100 Subject: [PATCH] Add @q. Some clean-ups. --- scm/documentation-generate.scm | 65 +++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/scm/documentation-generate.scm b/scm/documentation-generate.scm index b44fc12e0e..9c9e7acf03 100644 --- a/scm/documentation-generate.scm +++ b/scm/documentation-generate.scm @@ -64,68 +64,77 @@ @c NOTE: This is documentation-generate.scm, not macros.itexi + @ifhtml +@c ***** HTML ***** + @macro usermanref{NAME} @ref{\\NAME\\,,,lilypond} @cindex \\NAME\\ @end macro -@end ifhtml -@ifinfo -@macro usermanref{NAME} -@inforef{\\NAME\\,,,lilypond} +@macro glossaryref{NAME} +@ref{\\NAME\\,,,music-glossary} @cindex \\NAME\\ @end macro -@end ifinfo -@iftex -@macro usermanref{NAME} -@ref{\\NAME\\}@c +@macro inputfileref{DIR,NAME} +@uref{source/\\DIR\\/out-www/collated-files.html#\\NAME\\,@file{\\DIR\\/\\NAME\\}}@c @end macro -@end iftex -@ifhtml -@macro glossaryref{NAME} -@ref{\\NAME\\,,,music-glossary} -@cindex \\NAME\\ +@macro q{TEXT} +@html +‘\\TEXT\\’ +@end html @end macro @end ifhtml + @ifinfo +@c ***** info ***** + +@macro usermanref{NAME} +@inforef{\\NAME\\,,,lilypond} +@cindex \\NAME\\ +@end macro + @macro glossaryref{NAME} @inforef{\\NAME\\,,lilypond/music-glossary} @cindex \\NAME\\ @end macro -@end ifinfo - -@macro internalsref{NAME} -@ref{\\NAME\\} +@macro inputfileref{DIR,NAME} +@file{\\DIR\\/\\NAME\\} @end macro -@ifhtml - -@macro inputfileref{DIR,NAME} -@uref{source/\\DIR\\/out-www/collated-files.html#\\NAME\\,@file{\\DIR\\/\\NAME\\}}@c +@macro q{TEXT} +`\\TEXT\\' @end macro +@end ifinfo -@end ifhtml -@ifinfo +@iftex +@c ***** TeX ***** -@macro inputfileref{DIR,NAME} -@file{\\DIR\\/\\NAME\\} +@macro usermanref{NAME} +@ref{\\NAME\\}@c @end macro -@end ifinfo - -@iftex @macro inputfileref{DIR,NAME}@c @file{\\DIR\\/\\NAME\\}@c @end macro + +@macro q{TEXT} +`\\TEXT\\' +@end macro @end iftex +@macro internalsref{NAME} +@ref{\\NAME\\} +@end macro + + @ignore @omftitle LilyPond internals @omfcreator Han-Wen Nienhuys and Jan Nieuwenhuizen -- 2.39.5