X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fja%2FGNUmakefile;h=090de5252a1dcd2bffffeeb14d0e7f71622bbe90;hb=13ac53fdee55b5fbe96cee26471db2d34e655d8a;hp=e6e94662718f73d602863d54cf2e6411f2193df4;hpb=b503d2c54e1c3c6bf1677226b2c2aaab94e8aba8;p=lilypond.git diff --git a/Documentation/ja/GNUmakefile b/Documentation/ja/GNUmakefile index e6e9466271..090de5252a 100644 --- a/Documentation/ja/GNUmakefile +++ b/Documentation/ja/GNUmakefile @@ -1,10 +1,34 @@ ISOLANG = ja depth = ../.. -SUBDIRS = web learning texidocs usage included notation -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root -NO_PDF_FILES = 1 -EXTRA_DIST_FILES = web.texi +# +# By default, Japanese PDF documents are not built. +# It requires some fonts and packages. +# Unfortunately, most developers do not have them. +# +# For building Japanese PDF documents the following is required. +# +# XeTeX 0.9998+ (TeX Live 2012+) +# The modern TeX engine used for LilyPond's PDF documents. +# It might be contained in texlive-xetex package. +# +# IPAex fonts +# Japanese fonts. +# It might be contained in texlive-lang-japanese package. +# +# zhspacing +# Spacing for mixed CJK-English documents in XeTeX. +# It might be contained in texlive-lang-chinese package. +# (This package is for Chinese, but can also be used for Japanese.) +# +# If you want to build Japanese PDF documents, +# please install these packages and comment out `NO_PDF_FILES = 1' +# before `make doc'. +# Note: Even if Japanese PDF documents have been built, +# links from HTML documents to Japanese PDF will not be created. +# +NO_PDF_FILES = 1 include $(depth)/make/stepmake.make