summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-09 05:01:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-09 05:01:50 +0000
commit4a8c2464c4e9162a1292ce9551e29fe370b42c3d (patch)
tree06e4a506b507dcd1d20bc3db47719cfc55216090 /SConstruct
parent82c52ca0209e23dc42d92b2fefeb2c73d0b90214 (diff)
add "msgupdate" target for scons
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2850 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 23cdbce81e..0bb74698dc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -231,6 +231,7 @@ def i18n (buildenv, sources, installenv):
buildenv.PoBuild(po_file, ['po/'+po_file, potfile])
mo_file = po_file.replace (".po", ".mo")
installenv.Alias ('install', buildenv.MoBuild (mo_file, po_file))
+ installenv.Alias ('msgupdate', buildenv.MoBuild (mo_file, po_file))
for lang in languages:
modir = (os.path.join (install_prefix, 'share/locale/' + lang + '/LC_MESSAGES/'))