diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-28 23:16:13 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-28 23:16:13 +0000 |
| commit | 3940c9ceea90f99d18792bb9ea6074ca65d7fed9 (patch) | |
| tree | 03d827e8f840f8c20d09fbb068bc5d1882c4c84c /src/wx/wscript | |
| parent | 0d3f5aae5b99832b7c5d55f32f5bccb365caa3fd (diff) | |
Build and install mo files from po.
Diffstat (limited to 'src/wx/wscript')
| -rw-r--r-- | src/wx/wscript | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index a0a4bbe8b..92ff440cd 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -38,9 +38,7 @@ def build(bld): obj.source = sources obj.target = 'dvdomatic-wx' + i18n.po_to_mo(os.path.join('src', 'wx'), 'libdvdomatic-wx', bld) + def pot(bld): i18n.pot(os.path.join('src', 'wx'), sources, 'libdvdomatic-wx') - -def mo(bld): - i18n.po_to_mo(os.path.join('src', 'wx'), 'libdvdomatic-wx') - |
