1
0
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:
Peter Eisentraut
2023-03-08 15:05:43 +01:00
parent 822e8e2951
commit 2a71ad64cb
12 changed files with 138 additions and 31 deletions

View File

@ -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