1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

Run distprep target before creating list of files that contain translatable

strings in the backend, so that .l and .y files are included.  To that end,
don't make the .pot file a prerequisite on distprep.
This commit is contained in:
Peter Eisentraut
2003-09-14 22:40:38 +00:00
parent 20aaf64252
commit 2f9d32cded
2 changed files with 10 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.6 2003/07/28 00:25:21 tgl Exp $
# $Header: /cvsroot/pgsql/src/backend/nls.mk,v 1.7 2003/09/14 22:40:38 petere Exp $
CATALOG_NAME := postgres
AVAIL_LANGUAGES := cs de es hr hu ru sv tr zh_CN zh_TW
GETTEXT_FILES := + gettext-files
@@ -6,7 +6,7 @@ GETTEXT_FILES := + gettext-files
# include internal messages in the translation list.
GETTEXT_TRIGGERS:= errmsg errdetail errhint errcontext postmaster_error yyerror
gettext-files:
gettext-files: distprep
find $(srcdir)/ -name '*.c' -print >$@
my-maintainer-clean: