]> granicus.if.org Git - postgresql/blob - src/backend/nls.mk
New translation
[postgresql] / src / backend / nls.mk
1 # $PostgreSQL: pgsql/src/backend/nls.mk,v 1.12 2004/06/10 17:10:24 petere Exp $
2 CATALOG_NAME    := postgres
3 AVAIL_LANGUAGES := af cs de es hr hu it nb pt_BR ru sv tr zh_CN zh_TW
4 GETTEXT_FILES   := + gettext-files
5 # you can add "elog:2" and "errmsg_internal" to this list if you want to
6 # include internal messages in the translation list.
7 GETTEXT_TRIGGERS:= errmsg errdetail errhint errcontext postmaster_error yyerror
8
9 gettext-files: distprep
10         find $(srcdir)/ -name '*.c' -print >$@
11
12 my-maintainer-clean:
13         rm -f gettext-files
14
15 .PHONY: my-maintainer-clean
16 maintainer-clean: my-maintainer-clean