X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcommon-macros.itexi;h=9873604a5042399693114958782d33d875a1c875;hb=d1141b3e90d6ae768f9349806a1e33f1026d90aa;hp=ab45cbaf32cbd4fdd1af09c603977dd5b8ede136;hpb=bb8a0a5387af94dd2702877256334b160575a730;p=lilypond.git diff --git a/Documentation/common-macros.itexi b/Documentation/common-macros.itexi index ab45cbaf32..9873604a50 100644 --- a/Documentation/common-macros.itexi +++ b/Documentation/common-macros.itexi @@ -163,6 +163,24 @@ UNTRANSLATED NODE: IGNORE ME @end html @end macro +@ifclear web_version + @ifclear bigpage + @macro docLink{name,target,webLink} + @uref{../\target\, \name\} + @end macro + @end ifclear + @ifset bigpage + @macro docLink{name,target,webLink} + @uref{\target\, \name\} + @end macro + @end ifset +@end ifclear +@ifset web_version + @macro docLink{name,target,webLink} + \webLink\ + @end macro +@end ifset + @macro spanClass {CLASS} @html