Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2005-11-02 18:59:14 +0300
committerKent Mein <mein@cs.umn.edu>2005-11-02 18:59:14 +0300
commitdff884a732ff4065a8d59835295abcc3b5c7a832 (patch)
treea0f738d44bb2fb1be582c5d17bad78381d49cfc5 /po
parent3c5b54ba6b93b0b16d456f89fa50cecfd3647ff6 (diff)
changed:
msgfmt source -o blah to msgfmt -o blah source (didn't work on my machine with the other order) Kent
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 3c866fcffcf..f9980369818 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -54,4 +54,4 @@ endif
$(LINGUAS):
mkdir -p $(DIR)
- msgfmt $@.po -o $(DIR)/blender.mo
+ msgfmt -o $(DIR)/blender.mo $@.po