summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-17 00:25:23 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-17 00:25:23 +0000
commitfa6c885de512cdde0590c2bbe9ea424030a12c6b (patch)
tree5f9d784fab80632209e070e5f54bef672e8e390b /src/wscript
parent790ea4e8ca2e5bde3320ae49c8134b959c34a191 (diff)
i18n hacks.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index 3f17b3e6c..ed497ff0c 100644
--- a/src/wscript
+++ b/src/wscript
@@ -7,3 +7,7 @@ def build(bld):
bld.recurse('tools')
if not bld.env.DISABLE_GUI:
bld.recurse('wx')
+
+def pot(bld):
+ bld.recurse('lib')
+ bld.recurse('wx')