summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-01-22 08:59:09 +0000
committerPaul Smith <psmith@gnu.org>2000-01-22 08:59:09 +0000
commit24aec1878b8957579c71a9d0b16048f091df096a (patch)
tree7a3dbe4d7e56a41cd38f071bb0bf5dff69cfcde1
parent2fd5b943d10664ddd815348e86b082aa2c5d2bfb (diff)
downloadgunmake-24aec1878b8957579c71a9d0b16048f091df096a.tar.gz
* Mention it in NEWS.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1cd9ef6..0f9fcb3 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ reports.
Version 3.79
+* GNU make optionally supports internationalization and locales via the
+ GNU gettext (or local gettext if suitable) package. See the ABOUT-NLS
+ file for more information on configuring GNU make for NLS.
+
* Previously, GNU make quoted variables such as MAKEFLAGS and
MAKEOVERRIDES for proper parsing by the shell. This allowed them to
be used within make build scripts. However, using them there is not