From 4a8c2464c4e9162a1292ce9551e29fe370b42c3d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 Jan 2008 05:01:50 +0000 Subject: add "msgupdate" target for scons git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2850 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') 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/')) -- cgit v1.2.3