diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-17 00:25:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-17 00:25:23 +0000 |
| commit | fa6c885de512cdde0590c2bbe9ea424030a12c6b (patch) | |
| tree | 5f9d784fab80632209e070e5f54bef672e8e390b /wscript | |
| parent | 790ea4e8ca2e5bde3320ae49c8134b959c34a191 (diff) | |
i18n hacks.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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') |
