aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nls.mk
blob: 2ac187a70733c9c1e28d9d4d8406c95b0079c74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.9.2.2 2004/07/25 11:44:56 petere Exp $
CATALOG_NAME	:= postgres
AVAIL_LANGUAGES	:= cs de es fr hr hu it nb pt_BR ru sv tr zh_CN zh_TW
GETTEXT_FILES	:= + gettext-files
# you can add "elog:2" and "errmsg_internal" to this list if you want to
# include internal messages in the translation list.
GETTEXT_TRIGGERS:= errmsg errdetail errhint errcontext postmaster_error yyerror

gettext-files: distprep
	find $(srcdir)/ -name '*.c' -print >$@

my-maintainer-clean:
	rm -f gettext-files

.PHONY: my-maintainer-clean
maintainer-clean: my-maintainer-clean