blob: 80af642dbf9ff476900122532eea4c7dc054a0d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# src/bin/initdb/nls.mk
CATALOG_NAME = initdb
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
findtimezone.c \
initdb.c \
../../common/exec.c \
../../common/fe_memutils.c \
../../common/file_utils.c \
../../common/pgfnames.c \
../../common/restricted_token.c \
../../common/rmtree.c \
../../common/username.c \
../../common/wait_error.c \
../../port/dirmod.c
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS) simple_prompt
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|