1
0
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:
Peter Eisentraut
2011-06-26 20:08:38 +03:00
parent 314837ec3b
commit 1b11e239ca
17 changed files with 66 additions and 66 deletions

View File

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