aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nls.mk
blob: cf09335a01cd358141b1e86d04f2f610d72ac9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# src/backend/nls.mk
CATALOG_NAME	:= postgres
AVAIL_LANGUAGES	:= de es fr ja pt_BR tr
GETTEXT_FILES	:= + gettext-files
GETTEXT_TRIGGERS:= _ errmsg errmsg_plural:1,2 errdetail errdetail_log \
    errdetail_plural:1,2 errhint errcontext \
    GUC_check_errmsg GUC_check_errdetail GUC_check_errhint \
    write_stderr yyerror parser_yyerror

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

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

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