mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 17:16:43 -04:00
Simplify GETTEXT_FILES list
This commit is contained in:
parent
bd313ba8a9
commit
866a034c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# src/bin/pg_rewind/nls.mk
|
||||
CATALOG_NAME = pg_rewind
|
||||
AVAIL_LANGUAGES =de it ru
|
||||
GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.c file_ops.c filemap.c libpq_fetch.c logging.c parsexlog.c pg_rewind.c timeline.c ../../common/fe_memutils.c ../../common/restricted_token.c ../../../src/backend/access/transam/xlogreader.c
|
||||
GETTEXT_FILES = copy_fetch.c datapagemap.c fetch.c file_ops.c filemap.c libpq_fetch.c logging.c parsexlog.c pg_rewind.c timeline.c ../../common/fe_memutils.c ../../common/restricted_token.c xlogreader.c
|
||||
|
||||
GETTEXT_TRIGGERS = pg_log:2 pg_fatal report_invalid_record:2
|
||||
GETTEXT_FLAGS = pg_log:2:c-format \
|
||||
|
|
|
|||
Loading…
Reference in a new issue