From: Jan Nieuwenhuizen Date: Thu, 31 Mar 2005 07:52:50 +0000 (+0000) Subject: Fix @usermanref html links in X-Git-Tag: release/2.4.6~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a7e2085b08652d588319151edeabee951c88be70;p=lilypond.git Fix @usermanref html links in split documents: use @inforef. --- diff --git a/ChangeLog b/ChangeLog index 08f3cd1aea..ff4fc9030a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-31 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Fix @usermanref html links in + split documents: use @inforef. + 2005-03-15 Han-Wen Nienhuys * lily/new-fingering-engraver.cc (position_scripts): take priority diff --git a/Documentation/user/macros.itexi b/Documentation/user/macros.itexi index 0bd9ea43f7..242628d9e0 100644 --- a/Documentation/user/macros.itexi +++ b/Documentation/user/macros.itexi @@ -97,7 +97,10 @@ @c should we do this? @findex @code{\NAME\} @end macro - + + @macro usermanref{NAME} + @inforef{\NAME\,,lilypond}@c + @end macro @macro inputfileref{DIR,NAME} @uref{../../../../\DIR\/out-www/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c @@ -113,20 +116,18 @@ @findex \NAME\@c @end macro - @macro inputfileref{DIR,NAME} @file{\DIR\/\NAME\} @end macro - @macro usermanref{NAME} @ref{\NAME\,,,lilypond/lilypond}@c @end macro @end ifinfo -@iftex @c **** TEX **** +@iftex @macro internalsref{NAME}@c @findex \NAME\ @c @@ -137,12 +138,15 @@ @file{\DIR\/@/\NAME\}@c @end macro - @macro seeinternals{NAME} internals document, @internalsref{\NAME\} @end macro -@end iftex +@macro usermanref{NAME} +user manual, @internalsref{\NAME\} +@end macro + +@end iftex @c **** not TEX **** @ifnottex @@ -151,11 +155,11 @@ internals document, @internalsref{\NAME\} @end macro @end ifnottex -@ifnotinfo +@ifnottex @macro usermanref{NAME} @ref{\NAME\}@c @end macro -@end ifnotinfo +@end ifnottex @macro refbugs @noindent @@ -180,16 +184,24 @@ internals document, @internalsref{\NAME\} @findex \NAME\@c @end macro +@c I want +@c @cindex @code{@backslash\WHAT\} +@c how do I do that? --hwn + +@ignore +Is this question still relevant? With texinfo 4.7, +escape the backslash, like so --jcn +@macro refcommand{WHAT} +@cindex @code{\\\WHAT\} +@code{\WHAT\}, +@end macro -@c -@c ARGGGHHHHH! I want -@c @cindex @code{@backslash\WHAT\} -@c how do I do that? -@c --hwn +@end ignore @macro refcommand{WHAT} @findex \WHAT\ @code{\WHAT\} @end macro +