mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 09:38:27 -04:00
8 lines
374 B
Makefile
8 lines
374 B
Makefile
# $Header: /cvsroot/pgsql/src/bin/scripts/nls.mk,v 1.8 2003/10/06 06:20:11 petere Exp $
|
|
CATALOG_NAME := pgscripts
|
|
AVAIL_LANGUAGES := cs de es ru sv zh_CN
|
|
GETTEXT_FILES := createdb.c createlang.c createuser.c \
|
|
dropdb.c droplang.c dropuser.c \
|
|
clusterdb.c vacuumdb.c \
|
|
common.c
|
|
GETTEXT_TRIGGERS:= _ simple_prompt
|