Skip to content

Commit 63530f0

Browse files
Correct LANGUAGES_MATCH make definition.
1 parent 55dd47c commit 63530f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/Submakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ DOC_SRCS_EN := \
166166
Master_Developer.adoc
167167

168168
LANGUAGES := $(shell grep '\[po4a_langs\]' $(DOC_DIR)/po4a.cfg| cut -d" " -f2-)
169-
LANGUAGES_MATCH = $(subst $(LANGUAGES), ,|)
169+
LANGUAGES_MATCH := $(shell echo $(LANGUAGES) | tr " " "|")
170170

171171

172172
GENERATED_TRANSLATED = $(foreach l, $(LANGUAGES), \

0 commit comments

Comments
 (0)