summaryrefslogtreecommitdiff
path: root/src/nls-global.mk
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-01 03:32:42 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-01 03:32:42 +0000
commit962a94bb5a3604f4c4f2defa84872c02829f2fc5 (patch)
tree6009928da20b38425e8566af6639ef3221b5cfca /src/nls-global.mk
parenta0d6e29ee703959449e6cc8b62a759e302d26039 (diff)
downloadpostgresql-962a94bb5a3604f4c4f2defa84872c02829f2fc5.tar.gz
More locale fixes for pg_ctl.
Diffstat (limited to 'src/nls-global.mk')
-rw-r--r--src/nls-global.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nls-global.mk b/src/nls-global.mk
index bdd7fb3980..fc681bdd44 100644
--- a/src/nls-global.mk
+++ b/src/nls-global.mk
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/nls-global.mk,v 1.9 2003/11/29 19:51:39 pgsql Exp $
+# $PostgreSQL: pgsql/src/nls-global.mk,v 1.10 2004/06/01 03:32:28 momjian Exp $
# Common rules for Native Language Support (NLS)
#
@@ -6,11 +6,11 @@
# needs to contain a file 'nls.mk' with the following make variable
# assignments:
#
-# CATALOG_NAME -- name of the message catalog (xxx.po); probably
-# name of the program
+# CATALOG_NAME -- name of the message catalog (xxx.po); probably
+# name of the program
# AVAIL_LANGUAGES -- list of languages that are provided/supported
-# GETTEXT_FILES -- list of source files that contain message strings
-# GETTEXT_TRIGGERS -- (optional) list of functions that contain
+# GETTEXT_FILES -- list of source files that contain message strings
+# GETTEXT_TRIGGERS -- (optional) list of functions that contain
# translatable strings
#
# That's all, the rest is done here, if --enable-nls was specified.