mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Break up long GETTEXT_FILES lists
One file per line seems best. We already did this in some cases. This adopts the same format everywhere (except in some cases where the list reasonably fits on one line).
This commit is contained in:
@ -1,6 +1,19 @@
|
||||
# src/interfaces/libpq/nls.mk
|
||||
CATALOG_NAME = libpq
|
||||
GETTEXT_FILES = fe-auth.c fe-auth-scram.c fe-connect.c fe-exec.c fe-gssapi-common.c fe-lobj.c fe-misc.c fe-protocol3.c fe-secure.c fe-secure-common.c fe-secure-gssapi.c fe-secure-openssl.c win32.c ../../port/thread.c
|
||||
GETTEXT_FILES = fe-auth.c \
|
||||
fe-auth-scram.c \
|
||||
fe-connect.c \
|
||||
fe-exec.c \
|
||||
fe-gssapi-common.c \
|
||||
fe-lobj.c \
|
||||
fe-misc.c \
|
||||
fe-protocol3.c \
|
||||
fe-secure.c \
|
||||
fe-secure-common.c \
|
||||
fe-secure-gssapi.c \
|
||||
fe-secure-openssl.c \
|
||||
win32.c \
|
||||
../../port/thread.c
|
||||
GETTEXT_TRIGGERS = libpq_append_conn_error:2 \
|
||||
libpq_append_error:2 \
|
||||
libpq_gettext pqInternalNotice:2
|
||||
|
Reference in New Issue
Block a user