Rewrite update-po target, so that it works less like a shell script and more
commit8e930decc4ca49fc1ef34e1a008e12ba376f0c7b
authorpetere <petere>
Fri, 9 Jan 2009 10:54:08 +0000 (9 10:54 +0000)
committerpetere <petere>
Fri, 9 Jan 2009 10:54:08 +0000 (9 10:54 +0000)
treeedd0c31943808f1a9ce73499516edff26517fbfe
parentf71c4c0c1cec8b64ed4a63f6ba0d09886d1d73be
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