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 240f9a9 commit c7debe3Copy full SHA for c7debe3
wolfHSM/Makefile
@@ -1,13 +1,10 @@
1
-include ../common/common.am
2
3
ifeq ($(DOC_LANG),JA)
4
- SRC_NEW = wolfhsm/docs/src-ja
5
- SRC_OLD = src-ja
+ SRC = wolfhsm/docs/src-ja
6
else
7
- SRC_NEW = wolfhsm/docs/src
8
- SRC_OLD = src
+ SRC = wolfhsm/docs/src
9
endif
10
-SRC = $(shell if [ -d "$(SRC_NEW)" ]; then echo "$(SRC_NEW)"; else echo "$(SRC_OLD)"; fi)
11
12
.DEFAULT_GOAL := all
13
0 commit comments