From 08a5ee14c6fcd87caa4f6f5c442be2fc345211f0 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Thu, 26 Jul 2018 10:14:55 -0400 Subject: Add convenience target 'install-locale-files'. The convenience install target 'install-locale-files' is created to allow distributions to install all of the SUPPORTED locales as files instead of into the locale-archive. You invoke the new convenience target like this: make localedata/install-locale-files DESTDIR= --- NEWS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6c062a5959..7868c84abd 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,12 @@ Version 2.29 Major new features: - [Add new features here] +* A new convenience target has been added for distribution maintainers + to build and install all locales as directories with files. The new + target is run by issuing the following command in your build tree: + 'make localedata/install-locale-files', with an optional DESTDIR + to set the install root if you wish to install into a non-default + configured location. Deprecated and removed features, and other changes affecting compatibility: -- cgit 1.4.1