Rewrite update-po target, so that it works less like a shell script and more

Peter Eisentraut <peter_e@gmx.net>

Commit: 26dc14b6b2183f38f5b6103239149fb9a620f95e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-01-09T10:54:08Z
Releases: 8.4.0
Rewrite update-po target, so that it works less like a shell script and more
like a makefile with real dependencies.

Instead of overwriting the old po file, write the new one to .po.new.  This is
less annoying and integrates better with the NLS web site.

Also, we can now merge languages that don't have a po file yet, by merging
against all other po files of that language, to pick up recurring translations
automatically.  This previously only worked when a po file already existed.

Files

PathChange+/−
doc/src/sgml/nls.sgml modified +3 −4
src/nls-global.mk modified +24 −19