Properly access a buffer's LSN using existing access macros instead of abusing
[PostgreSQL.git] / src / backend / nls.mk
blobec9c3064c601475a34bc4137e38ecac6eb372b52
1 # $PostgreSQL$
2 CATALOG_NAME := postgres
3 AVAIL_LANGUAGES := af cs de es fr hr hu it ko nb nl pt_BR ro ru sk sl 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 errdetail_log errhint errcontext write_stderr yyerror
9 gettext-files: distprep
10 find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print >$@
12 my-maintainer-clean:
13 rm -f gettext-files
15 .PHONY: my-maintainer-clean
16 maintainer-clean: my-maintainer-clean