]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/GNUmakefile
New upstream version 2.19.65
[lilypond.git] / Documentation / ja / GNUmakefile
1 ISOLANG = ja
2 depth = ../..
3 STEPMAKE_TEMPLATES = documentation texinfo
4 LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root
5
6 #
7 # By default, Japanese PDF documents are not built.
8 # It requires some fonts and packages.
9 # Unfortunately, most developers do not have them.
10 #
11 # For building Japanese PDF documents the following is required.
12 #
13 #   XeTeX 0.9998+ (TeX Live 2012+)
14 #     The modern TeX engine used for LilyPond's PDF documents.
15 #     It might be contained in texlive-xetex package.
16 #
17 #   IPAex fonts
18 #     Japanese fonts.
19 #     It might be contained in texlive-lang-japanese package.
20 #
21 #   zhspacing
22 #     Spacing for mixed CJK-English documents in XeTeX.
23 #     It might be contained in texlive-lang-chinese package.
24 #     (This package is for Chinese, but can also be used for Japanese.)
25 #
26 # If you want to build Japanese PDF documents,
27 # please install these packages and comment out `NO_PDF_FILES = 1'
28 # before `make doc'.
29 # Note: Even if Japanese PDF documents have been built,
30 # links from HTML documents to Japanese PDF will not be created.
31 #
32 NO_PDF_FILES = 1
33
34 include $(depth)/make/stepmake.make