summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-01-27 14:04:06 +0100
committerBruno Haible <bruno@clisp.org>2018-01-27 14:04:06 +0100
commit2d67d42e96b66796874b04879decb995abb84f22 (patch)
treead9f827c5ccd243389a05c7f156f2524dd39792a
parent66423d10dedd2e1391cac7031bb00271694fafcb (diff)
downloadlibunistring-2d67d42e96b66796874b04879decb995abb84f22.tar.gz
Rename some file.
-rw-r--r--ChangeLog7
-rw-r--r--INSTALL.windows (renamed from README.windows)0
-rw-r--r--Makefile.am4
-rw-r--r--doc/libunistring.texi6
4 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f8c4408..33c0d7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-01-27 Bruno Haible <bruno@clisp.org>
+
+ Rename some file.
+ * INSTALL.windows: Renamed from README.windows.
+ * Makefile.am (EXTRA_DIST): Update.
+ * doc/libunistring.texi (Installation): Likewise.
+
2017-12-10 Bruno Haible <bruno@clisp.org>
Documentation updates.
diff --git a/README.windows b/INSTALL.windows
index 0d3fb08..0d3fb08 100644
--- a/README.windows
+++ b/INSTALL.windows
diff --git a/Makefile.am b/Makefile.am
index 86a7547..fd39e47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the toplevel directory of GNU libunistring.
-## Copyright (C) 2009, 2016 Free Software Foundation, Inc.
+## Copyright (C) 2009, 2016, 2018 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
@@ -38,4 +38,4 @@ EXTRA_DIST += woe32dll/export.h
# Windows support.
-EXTRA_DIST += README.windows build-aux/windres-options
+EXTRA_DIST += INSTALL.windows build-aux/windres-options
diff --git a/doc/libunistring.texi b/doc/libunistring.texi
index d1639dc..6a1d662 100644
--- a/doc/libunistring.texi
+++ b/doc/libunistring.texi
@@ -98,7 +98,7 @@ This manual is for GNU libunistring.
@ignore
@c This was: @copying but it triggers a makeinfo 4.13 bug
-Copyright (C) 2001-2017 Free Software Foundation, Inc.
+Copyright (C) 2001-2018 Free Software Foundation, Inc.
This manual is free documentation. It is dually licensed under the
GNU FDL and the GNU GPL. This means that you can redistribute this
@@ -130,7 +130,7 @@ A copy of the license is included in @ref{GNU GPL}.
@page
@vskip 0pt plus 1filll
@c @insertcopying
-Copyright (C) 2001-2017 Free Software Foundation, Inc.
+Copyright (C) 2001-2018 Free Software Foundation, Inc.
This manual is free documentation. It is dually licensed under the
GNU FDL and the GNU GPL. This means that you can redistribute this
@@ -795,7 +795,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.windows}.
+the file @file{INSTALL.windows}.
@node Compiler options
@section Compiler options