We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cadba6 commit 74b5b6aCopy full SHA for 74b5b6a
common/common.am
@@ -6,10 +6,12 @@ ifeq ($(DOC_LANG),JA)
6
PATCH = ../Custom-wolfSSL-theme-JA.patch
7
SRC = src-ja
8
MKDOC = mkdocs-ja.yml
9
+ CJK = --variable CJKmainfont="Noto Sans CJK JP"
10
else
11
PATCH = ../Custom-wolfSSL-theme.patch
12
SRC = src
13
MKDOC = mkdocs.yml
14
+ CJK =
15
endif
16
17
.PHONY: builddir
@@ -49,7 +51,7 @@ pdf: pdf-setup pdf-prep
49
51
--variable mainfont="Noto Sans" \
50
52
--variable sansfont="Noto Sans" \
53
--variable monofont="Noto Sans Mono" \
- --variable CJKmainfont="Noto Sans CJK JP" \
54
+ $(CJK) \
55
--variable papersize=letter \
56
--variable geometry="margin=2.5cm" \
57
--variable version=2.0 \
0 commit comments