Split the ecpg translation support into a separate catalog for the ecpg
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 2 Jan 2009 13:26:54 +0000 (13:26 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 2 Jan 2009 13:26:54 +0000 (13:26 +0000)
commit1357e723af1328784f754b3a06593de43e14fd4d
treeb6bf5bfa0d72b144e39e0ccc11a3bb336414b99e
parent7302a1e8b65f578a552fc2503da232b16c2b1f24
Split the ecpg translation support into a separate catalog for the ecpg
preprocessor and the library.  This is useful for a number of reasons:

* The preprocessor and the library are in some cases installed in separate
packages and used by different classes of users.

* The library MO files need a different versioning scheme to account for the
soname.

* The makefiles are simpler, more robust, and easier to maintain this way.
(NLS web site was prone to break everytime a build rule changes.)

* Translators might choose to focus on the ecpglib, because that is more
user-facing.

* There was virtually no overlap, so nothing is lost.
src/interfaces/ecpg/ecpglib/misc.c
src/interfaces/ecpg/ecpglib/nls.mk [new file with mode: 0644]
src/interfaces/ecpg/nls.mk [deleted file]
src/interfaces/ecpg/preproc/nls.mk [new file with mode: 0644]