Skip to content

Commit abf028c

Browse files
committed
Clarify the build target for the JP ver.
1 parent 1f4659b commit abf028c

File tree

3 files changed

+43
-29
lines changed

3 files changed

+43
-29
lines changed

wolfBoot/Makefile

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,29 @@ all: pdf html
44

55

66
SOURCES = chapter01.md \
7-
chapter02.md \
8-
chapter03.md \
9-
chapter04.md \
7+
chapter02.md \
8+
chapter03.md \
9+
chapter04.md \
1010
chapter05.md \
1111
chapter06.md \
1212
chapter07.md \
1313
chapter08.md
14-
APPENDIX= appendix01.md \
15-
appendix02.md \
16-
appendix03.md \
17-
appendix04.md \
18-
appendix05.md \
19-
appendix06.md \
20-
appendix07.md \
21-
appendix08.md \
22-
appendix09.md \
23-
appendix10.md \
24-
appendix11.md \
25-
appendix12.md \
26-
appendix13.md
14+
15+
ifneq ($(DOC_LANG),JA)
16+
APPENDIX = appendix01.md \
17+
appendix02.md \
18+
appendix03.md \
19+
appendix04.md \
20+
appendix05.md \
21+
appendix06.md \
22+
appendix07.md \
23+
appendix08.md \
24+
appendix09.md \
25+
appendix10.md \
26+
appendix11.md \
27+
appendix12.md \
28+
appendix13.md
29+
endif
2730

2831
ifeq ($(DOC_LANG),JA)
2932
PDF = wolfBoot-Manual-jp.pdf

wolfCrypt-JNI/Makefile

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,26 @@
33
all: pdf html
44

55

6-
SOURCES = chapter01.md \
7-
chapter02.md \
8-
chapter03.md \
9-
chapter04.md \
10-
chapter05.md \
11-
chapter06.md \
12-
chapter07.md \
13-
chapter08.md \
14-
chapter09.md
6+
ifeq ($(DOC_LANG),JA)
7+
SOURCES = chapter01.md \
8+
chapter02.md \
9+
chapter03.md \
10+
chapter04.md \
11+
chapter05.md \
12+
chapter06.md \
13+
chapter07.md \
14+
chapter08.md
15+
else
16+
SOURCES = chapter01.md \
17+
chapter02.md \
18+
chapter03.md \
19+
chapter04.md \
20+
chapter05.md \
21+
chapter06.md \
22+
chapter07.md \
23+
chapter08.md \
24+
chapter09.md
25+
endif
1526

1627
ifeq ($(DOC_LANG),JA)
1728
PDF = wolfCrypt-JNI-JCE-Manual-jp.pdf

wolfSSL-JNI/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ all: pdf html
44

55

66
SOURCES = chapter01.md \
7-
chapter02.md \
8-
chapter03.md \
9-
chapter04.md \
7+
chapter02.md \
8+
chapter03.md \
9+
chapter04.md \
1010
chapter05.md \
1111
chapter06.md \
1212
chapter07.md \
13-
chapter08.md
13+
chapter08.md
1414

1515
ifeq ($(DOC_LANG),JA)
1616
PDF = wolfSSL-JNI-JSSE-Manual-jp.pdf

0 commit comments

Comments
 (0)