summaryrefslogtreecommitdiff
path: root/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 /wscript
parent790ea4e8ca2e5bde3320ae49c8134b959c34a191 (diff)
i18n hacks.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/wscript b/wscript
index 06c193c4f..1a8238d1c 100644
--- a/wscript
+++ b/wscript
@@ -253,3 +253,6 @@ def create_version_cc(version):
def post(ctx):
if ctx.cmd == 'install':
ctx.exec_command('/sbin/ldconfig')
+
+def pot(bld):
+ bld.recurse('src')