mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Work around lack of NLS support in libpgport by making those components
who use it scan the relevant source files for their own catalog. It creates a bit of duplicate work for translators, but it gets the job done for now.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $PostgreSQL: pgsql/src/backend/nls.mk,v 1.15 2004/08/11 09:00:27 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/backend/nls.mk,v 1.16 2004/11/27 22:44:10 petere Exp $
|
||||
CATALOG_NAME := postgres
|
||||
AVAIL_LANGUAGES := af cs de es fr hr hu it nb pt_BR ru sk sv tr zh_CN zh_TW
|
||||
GETTEXT_FILES := + gettext-files
|
||||
@@ -7,7 +7,7 @@ GETTEXT_FILES := + gettext-files
|
||||
GETTEXT_TRIGGERS:= errmsg errdetail errhint errcontext write_stderr yyerror
|
||||
|
||||
gettext-files: distprep
|
||||
find $(srcdir)/ -name '*.c' -print >$@
|
||||
find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print >$@
|
||||
|
||||
my-maintainer-clean:
|
||||
rm -f gettext-files
|
||||
|
||||
Reference in New Issue
Block a user