summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2016-11-23 20:19:04 +0100
committerBruno Haible <bruno@clisp.org>2016-11-23 20:19:04 +0100
commite3f5d4dfa22fcc1e1aae3743b8c1165817f4ebaf (patch)
tree05c809424faa9056425b441a161b9e6af73eb541
parent85270794b75954b24b20c737b4f20a7a16ef9a8a (diff)
downloadlibunistring-e3f5d4dfa22fcc1e1aae3743b8c1165817f4ebaf.tar.gz
Drop the nickname "woe32".
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am6
-rw-r--r--README.windows (renamed from README.woe32)0
-rw-r--r--doc/libunistring.texi2
4 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index ddb9355..8a2e19f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-11-23 Bruno Haible <bruno@clisp.org>
+
+ Drop the nickname "woe32".
+ * README.windows: Renamed from README.woe32.
+ * doc/libunistring.texi (Installation): Update.
+ * Makefile.am (EXTRA_DIST): Update.
+
2015-06-25 Daiki Ueno <ueno@gnu.org>
* version.sh: Bump version number and date.
diff --git a/Makefile.am b/Makefile.am
index 91c0bf3..86a7547 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the toplevel directory of GNU libunistring.
-## Copyright (C) 2009 Free Software Foundation, Inc.
+## Copyright (C) 2009, 2016 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -36,6 +36,6 @@ EXTRA_DIST += gnulib-m4/gnulib-cache.m4
EXTRA_DIST += woe32dll/export.h
-# Woe32 support.
+# Windows support.
-EXTRA_DIST += README.woe32 build-aux/windres-options
+EXTRA_DIST += README.windows build-aux/windres-options
diff --git a/README.woe32 b/README.windows
index 28430ae..28430ae 100644
--- a/README.woe32
+++ b/README.windows
diff --git a/doc/libunistring.texi b/doc/libunistring.texi
index a6f9c8f..15baa3a 100644
--- a/doc/libunistring.texi
+++ b/doc/libunistring.texi
@@ -796,7 +796,7 @@ make sure all dependencies are installed. They are listed in the file
@cindex installation
Then you can proceed to build and install the library, as described in the
file @file{INSTALL}. For installation on Windows systems, please refer to
-the file @file{README.woe32}.
+the file @file{README.windows}.
@node Compiler options
@section Compiler options