mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
Replace := by = in nls.mk files
It currently doesn't make a difference, but it's inconsistent with most other usage, and it might interfere with a future patch, so I'll change it all in a separate commit. Also, replace tabs with spaces for alignment.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# src/bin/scripts/nls.mk
|
||||
CATALOG_NAME := pgscripts
|
||||
AVAIL_LANGUAGES := cs de es fr it ja ko pt_BR ro sv ta tr zh_CN zh_TW
|
||||
GETTEXT_FILES := createdb.c createlang.c createuser.c \
|
||||
CATALOG_NAME = pgscripts
|
||||
AVAIL_LANGUAGES = cs de es fr it ja ko pt_BR ro sv ta tr zh_CN zh_TW
|
||||
GETTEXT_FILES = createdb.c createlang.c createuser.c \
|
||||
dropdb.c droplang.c dropuser.c \
|
||||
clusterdb.c vacuumdb.c reindexdb.c \
|
||||
common.c
|
||||
GETTEXT_TRIGGERS:= _ simple_prompt yesno_prompt
|
||||
GETTEXT_TRIGGERS = _ simple_prompt yesno_prompt
|
||||
|
||||
Reference in New Issue
Block a user