From 45302041c79e8ad22f72e550afd096f8b21d8760 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 9 Apr 2010 14:15:50 +0200 Subject: [PATCH] Doc: [ja] Add missing macros to web.texi. Fixes last web warnings. The only thing remaining for enabling ja in make/website.make is to complete the list of translations in scripts/build/create-weblinks-itexi.py and add 'ja' there too. --- Documentation/ja/web.texi | 56 ++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/Documentation/ja/web.texi b/Documentation/ja/web.texi index f4f3f4f8e7..0a569ed2f5 100644 --- a/Documentation/ja/web.texi +++ b/Documentation/ja/web.texi @@ -207,49 +207,52 @@ Distributions will want to install lilypond.info in postinstall, doing: @macro docLinks{name,base,refLink,split,big,bigsize,pdf,pdfsize} @subheading お読みください -@itemize +@docLinksBare{\name\,\base\,\refLink\,\split\,\big\,\bigsize\,\pdf\,\pdfsize\} -@c normal case, special online case -@ifclear web_version - @item \refLink\: -@end ifclear -@ifset web_version - @c we assume that the online web version will be split html - @item \split\: -@end ifset -マニュアルをこのページと同じフォーマットで読むことができます。 - -@end itemize - -@subheading すべてのフォーマット +@end macro -@divClass{keep-bullets} -@itemize +@macro docLinkSplit{name,base,webLink} @ifclear web_version - @item @uref{../\base\/index.html, \name\ (分割 HTML)}: + @uref{../\base\/index.html, \name\ (split HTML)} @end ifclear @ifset web_version - @item \split\ + \webLink\ @end ifset - このマニュアルはいくつもの HTML ページに分割されています。 - @*@ @ @emph{(ページごとの小さなダウンロード)} +@end macro +@macro docLinkBig{name,base,webLink} @ifclear web_version - @item @uref{../\base\-big-page.html, \name\ (大きな HTML)}: + @uref{../\base\-big-page.html, \name\ (big HTML)} @end ifclear @ifset web_version - @item \big\ + \webLink\ @end ifset - このマニュアルは 1 つの巨大な HTML ページです。 - @*@ @ @emph{(大きな単一のダウンロード。 \bigsize\)} +@end macro +@macro docLinkPdf{name,base,webLink} @ifclear web_version - @item @uref{../\base\.pdf, \base\.pdf}: + @uref{../\base\.pdf, \base\.pdf} @end ifclear @ifset web_version - @item \pdf\ + \webLink\ @end ifset +@end macro + +@macro docLinksBare{name,base,refLink,split,big,bigsize,pdf,pdfsize} + +@divClass{keep-bullets} +@itemize + +@item @docLinkSplit{\name\,\base\,\split\} @minus{} + このマニュアルはいくつもの HTML ページに分割されています。 + @*@ @ @emph{(small download for each page)} + +@item @docLinkBig{\name\,\base\,\big\} @minus{} + このマニュアルは 1 つの巨大な HTML ページです。 + @*@ @ @emph{(large single download, \bigsize\)} + +@item @docLinkPdf{\name\,\base\,\pdf\} @minus{} 日本語では PDF 形式での提供はありません。 @*@ @ @emph{(large single download, \pdfsize\)} @@ -259,7 +262,6 @@ Distributions will want to install lilypond.info in postinstall, doing: @end macro - @c don't add any extra spaces in this macro -gp @macro ifWebLinks{webLink,normalLink} @ifclear web_version -- 2.39.2