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/lib/wscript | |
| parent | 0d3f5aae5b99832b7c5d55f32f5bccb365caa3fd (diff) | |
Build and install mo files from po.
Diffstat (limited to 'src/lib/wscript')
| -rw-r--r-- | src/lib/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/wscript b/src/lib/wscript index 59047c70d..6ddb94851 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -68,5 +68,7 @@ def build(bld): obj.source = sources obj.target = 'dvdomatic' + i18n.po_to_mo(os.path.join('src', 'lib'), 'libdvdomatic', bld) + def pot(bld): i18n.pot(os.path.join('src', 'lib'), sources, 'libdvdomatic') |
