mirror of https://github.com/postgres/postgres
Some of the nls.mk files used different indentation or line breaks than the majority, which makes editing these files unnecessarily confusing.pull/163/head
parent
e87e732455
commit
2e810bdb7f
@ -1,11 +1,11 @@ |
||||
# src/bin/pg_combinebackup/nls.mk
|
||||
CATALOG_NAME = pg_combinebackup
|
||||
GETTEXT_FILES = $(FRONTEND_COMMON_GETTEXT_FILES) \
|
||||
backup_label.c \
|
||||
copy_file.c \
|
||||
load_manifest.c \
|
||||
pg_combinebackup.c \
|
||||
reconstruct.c \
|
||||
write_manifest.c
|
||||
backup_label.c \
|
||||
copy_file.c \
|
||||
load_manifest.c \
|
||||
pg_combinebackup.c \
|
||||
reconstruct.c \
|
||||
write_manifest.c
|
||||
GETTEXT_TRIGGERS = $(FRONTEND_COMMON_GETTEXT_TRIGGERS)
|
||||
GETTEXT_FLAGS = $(FRONTEND_COMMON_GETTEXT_FLAGS)
|
||||
|
||||
Loading…
Reference in new issue