Rewrite update-po target, so that it works less like a shell script and more
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jan 2009 10:54:08 +0000 (10:54 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Jan 2009 10:54:08 +0000 (10:54 +0000)
commit723281845d82c3e5178151aae9c12fd6cbfce10f
tree6d848882859ff7ce97511ac25d783bcf35574796
parent12e900834ff11219214a461c4c977d7925c5e2c6
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.
doc/src/sgml/nls.sgml
src/nls-global.mk