Made scons automatically build locales and translations if nls is enabled.

This commit is contained in:
Sergey Popov 2008-08-24 14:29:58 +00:00
parent 43431bc3a7
commit 7338913207

View file

@ -372,6 +372,9 @@ if env["nls"] and env['PLATFORM'] != 'win32':
"ln -sf $SOURCE.filebase $TARGET"
)
env.Requires(map(File, binary_nodes), Dir("locales"))
env.Requires(map(File, binary_nodes), Dir("translations"))
#
# Unix installation productions
#