diff options
author | Andras Timar <atimar@suse.com> | 2011-11-08 18:50:23 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-08 18:50:23 +0100 |
commit | ce71330f1c606bf39eb5f524e8f00110f19a622f (patch) | |
tree | edd105a5c319162c77f0f433337d74db85109dc8 | |
parent | f09587bc2b89c8c0be3df1d7ca6d21e876a1fee6 (diff) |
changed localize tool syntax
-rw-r--r-- | translations/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/makefile.mk b/translations/makefile.mk index f2a1b7b4b3a..4c7d313007e 100644 --- a/translations/makefile.mk +++ b/translations/makefile.mk @@ -72,9 +72,9 @@ $(MISC)/sdf-template/en-US.sdf : -$(MKDIRHIER) $(MISC)/sdf-template -$(MKDIRHIER) $(MISC)/sdf-l10n .IF "$(OS)" == "WNT" - $(SOLARSRC)/solenv/bin/localize -e -l en-US -f $(shell cygpath -m $(SRC_ROOT)/$(PRJNAME)/$@) + $(SOLARSRC)/solenv/bin/localize -f $(shell cygpath -m $(SRC_ROOT)/$(PRJNAME)/$@) .ELSE - $(SOLARSRC)/solenv/bin/localize -e -l en-US -f $(SRC_ROOT)/$(PRJNAME)/$@ + $(SOLARSRC)/solenv/bin/localize -f $(SRC_ROOT)/$(PRJNAME)/$@ .ENDIF # "$(OS)" == "WNT" pot : $(MISC)/sdf-template/en-US.sdf |