diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2004-11-27 22:44:15 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2004-11-27 22:44:15 +0000 |
| commit | 99b735cc03e51c330c623810af476c1647308b49 (patch) | |
| tree | 0ff7cee856d9bc8e5874eec83191373d3c1900da /src/bin/pg_dump/nls.mk | |
| parent | a420b76ca5ca3bf4bddded0ace5186c371961426 (diff) | |
| download | postgresql-99b735cc03e51c330c623810af476c1647308b49.tar.gz | |
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.
Diffstat (limited to 'src/bin/pg_dump/nls.mk')
| -rw-r--r-- | src/bin/pg_dump/nls.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/pg_dump/nls.mk b/src/bin/pg_dump/nls.mk index 945ba04527..54c1fcd626 100644 --- a/src/bin/pg_dump/nls.mk +++ b/src/bin/pg_dump/nls.mk @@ -1,8 +1,9 @@ -# $PostgreSQL: pgsql/src/bin/pg_dump/nls.mk,v 1.17 2004/11/18 10:09:58 petere Exp $ +# $PostgreSQL: pgsql/src/bin/pg_dump/nls.mk,v 1.18 2004/11/27 22:44:13 petere Exp $ CATALOG_NAME := pg_dump AVAIL_LANGUAGES := cs de es fr it nb pt_BR ro ru sk sl sv tr zh_CN zh_TW GETTEXT_FILES := pg_dump.c common.c pg_backup_archiver.c pg_backup_custom.c \ pg_backup_db.c pg_backup_files.c pg_backup_null.c \ - pg_backup_tar.c pg_restore.c pg_dumpall.c + pg_backup_tar.c pg_restore.c pg_dumpall.c \ + ../../port/exec.c GETTEXT_TRIGGERS:= write_msg:2 die_horribly:3 exit_horribly:3 simple_prompt \ ExecuteSqlCommand:3 ahlog:3 _ |
