summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-28 23:16:13 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-28 23:16:13 +0000
commit3940c9ceea90f99d18792bb9ea6074ca65d7fed9 (patch)
tree03d827e8f840f8c20d09fbb068bc5d1882c4c84c /src/wscript
parent0d3f5aae5b99832b7c5d55f32f5bccb365caa3fd (diff)
Build and install mo files from po.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wscript b/src/wscript
index abe39894d..f7f888acd 100644
--- a/src/wscript
+++ b/src/wscript
@@ -12,7 +12,3 @@ def pot(bld):
bld.recurse('lib')
bld.recurse('wx')
bld.recurse('tools')
-
-def mo(bld):
- bld.recurse('wx')
- bld.recurse('tools')