Kaydet (Commit) 1cfc20a7 authored tarafından Andras Timar's avatar Andras Timar

fdo#58156 use WITH_LANG_LIST instead of WITH_LANG

Change-Id: Ie87469d7553d1dcad49348c42d3cca99a43d709c
üst 4bee4ca9
...@@ -236,7 +236,7 @@ $(COMPONENT_DESCRIPTIONS_PACKDEP) : $(DESCRIPTION) ...@@ -236,7 +236,7 @@ $(COMPONENT_DESCRIPTIONS_PACKDEP) : $(DESCRIPTION)
$(DESCRIPTION_SRC): description.xml $(DESCRIPTION_SRC): description.xml
+-$(RM) $@ +-$(RM) $@
.IF "$(WITH_LANG)" != "" .IF "$(WITH_LANG)" != ""
$(XRMEX) -p $(PRJNAME) -i $< -o $@ -m $(mktmp $(foreach,lang,$(subst,en-US, $(WITH_LANG)) $(SRCDIR)/translations/source/$(lang)/$(PRJNAME)$/$(PATH_IN_MODULE).po)) -l all $(XRMEX) -p $(PRJNAME) -i $< -o $@ -m $(mktmp $(foreach,lang,$(subst,en-US, $(WITH_LANG_LIST)) $(SRCDIR)/translations/source/$(lang)/$(PRJNAME)$/$(PATH_IN_MODULE).po)) -l all
$(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" < $@ > $@.new $(SED) "s/#VERSION#/$(EXTENSION_VERSION)/" < $@ > $@.new
mv $@.new $@ mv $@.new $@
@$(COPY) $(@:d)/description-*.txt $(EXTENSIONDIR) @$(COPY) $(@:d)/description-*.txt $(EXTENSIONDIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment