Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / backend / nls.mk
blob303ce940e06bee16410f2c5cc43085e2c68d610d
1 # $PostgreSQL$
2 CATALOG_NAME := postgres
3 AVAIL_LANGUAGES := de es fr ja pt_BR tr
4 GETTEXT_FILES := + gettext-files
5 GETTEXT_TRIGGERS:= _ errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext write_stderr yyerror
7 gettext-files: distprep
8 find $(srcdir)/ $(srcdir)/../port/ -name '*.c' -print >$@
10 my-maintainer-clean:
11 rm -f gettext-files
13 .PHONY: my-maintainer-clean
14 maintainer-clean: my-maintainer-clean