aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-06-26 23:38:29 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-06-26 23:38:29 +0300
commite8e2fba1fee225bdfeda82c2b9e14aa0cb13d2f0 (patch)
treebf9ba1782bbb85125ac58f639ba93f83dd756a33 /src
parentc6ef13937652850267e5422213af67144f4b5e1d (diff)
downloadpostgresql-e8e2fba1fee225bdfeda82c2b9e14aa0cb13d2f0.tar.gz
postgresql-e8e2fba1fee225bdfeda82c2b9e14aa0cb13d2f0.zip
Replace tabs by spaces in makefile comment
Diffstat (limited to 'src')
-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 da62e940201..784e69a8ed0 100644
--- a/src/nls-global.mk
+++ b/src/nls-global.mk
@@ -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
-# 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
+# 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
# translatable strings
#
# That's all, the rest is done here, if --enable-nls was specified.