Remove the encoding *numbers* from the comments. They are useless, and
[PostgreSQL.git] / src / backend / nls.mk
blob59cc062e52f41a73a990f10225aa20b1ed04a1f1
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 GETTEXT_TRIGGERS:= _ errmsg errdetail errdetail_log 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