File tree Expand file tree Collapse file tree 3 files changed +43
-29
lines changed Expand file tree Collapse file tree 3 files changed +43
-29
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,29 @@ all: pdf html
4
4
5
5
6
6
SOURCES = chapter01.md \
7
- chapter02.md \
8
- chapter03.md \
9
- chapter04.md \
7
+ chapter02.md \
8
+ chapter03.md \
9
+ chapter04.md \
10
10
chapter05.md \
11
11
chapter06.md \
12
12
chapter07.md \
13
13
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
27
30
28
31
ifeq ($(DOC_LANG ) ,JA)
29
32
PDF = wolfBoot-Manual-jp.pdf
Original file line number Diff line number Diff line change 3
3
all : pdf html
4
4
5
5
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
15
26
16
27
ifeq ($(DOC_LANG ) ,JA)
17
28
PDF = wolfCrypt-JNI-JCE-Manual-jp.pdf
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ all: pdf html
4
4
5
5
6
6
SOURCES = chapter01.md \
7
- chapter02.md \
8
- chapter03.md \
9
- chapter04.md \
7
+ chapter02.md \
8
+ chapter03.md \
9
+ chapter04.md \
10
10
chapter05.md \
11
11
chapter06.md \
12
12
chapter07.md \
13
- chapter08.md
13
+ chapter08.md
14
14
15
15
ifeq ($(DOC_LANG ) ,JA)
16
16
PDF = wolfSSL-JNI-JSSE-Manual-jp.pdf
You can’t perform that action at this time.
0 commit comments