postgresql/src/backend/nls.mk

17 lines
591 B
Makefile
Raw Normal View History

2003-11-15 00:59:12 +01:00
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.10 2003/11/14 23:59:12 petere Exp $
CATALOG_NAME := postgres
2003-11-15 00:59:12 +01:00
AVAIL_LANGUAGES := cs de es 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