From: Bruno Haible Date: Sat, 27 Jan 2018 13:20:07 +0000 (+0100) Subject: Rename some files. X-Git-Tag: v0.20~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b967191976bf013cca0a5b21b1e3dbe34e86889;p=thirdparty%2Fgettext.git Rename some files. * INSTALL.windows: Renamed from README.windows. * Makefile.am (EXTRA_DIST): Update. * gettext-runtime/INSTALL.windows: Renamed from gettext-runtime/README.windows. * gettext-runtime/Makefile.am (EXTRA_DIST): Update. * gettext-runtime/intl/INSTALL.windows: Renamed from gettext-runtime/intl/README.windows. * gettext-runtime/intl/Makefile.in (DISTFILES.gettext): Update. * gettext-runtime/libasprintf/INSTALL.windows: Renamed from gettext-runtime/libasprintf/README.windows. * gettext-runtime/libasprintf/Makefile.am (EXTRA_DIST): Update. * gettext-tools/INSTALL.windows: Renamed from gettext-tools/README.windows. * gettext-tools/Makefile.am (EXTRA_DIST): Update. --- diff --git a/README.windows b/INSTALL.windows similarity index 100% rename from README.windows rename to INSTALL.windows diff --git a/Makefile.am b/Makefile.am index b92defda0..bdc7fb98a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the toplevel directory of GNU gettext -## Copyright (C) 1995-2017 Free Software Foundation, Inc. +## Copyright (C) 1995-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 @@ -148,7 +148,7 @@ EXTRA_DIST += os2/README.OS2 os2/Makefile os2/backward.def os2/configure.awk # Windows support. -EXTRA_DIST += README.windows windows/windres-options windows/gettext.rc +EXTRA_DIST += INSTALL.windows windows/windres-options windows/gettext.rc # Versioning based on Git release tags. diff --git a/gettext-runtime/INSTALL.windows b/gettext-runtime/INSTALL.windows new file mode 100644 index 000000000..44a25206c --- /dev/null +++ b/gettext-runtime/INSTALL.windows @@ -0,0 +1,3 @@ +Installation on Microsoft Windows: + +See the file INSTALL.windows in the top-level directory of this package. diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 2835a2035..59590c49d 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime directory of GNU gettext -## Copyright (C) 1995-2006, 2010, 2012, 2015-2016 Free Software Foundation, +## Copyright (C) 1995-2006, 2010, 2012, 2015-2016, 2018 Free Software Foundation, ## Inc. ## ## This program is free software: you can redistribute it and/or modify @@ -55,7 +55,7 @@ EXTRA_DIST += gnulib-m4/gnulib-cache.m4 # Windows support. -EXTRA_DIST += README.windows +EXTRA_DIST += INSTALL.windows maintainer-update-po: $(top_builddir)/config.status diff --git a/gettext-runtime/README.windows b/gettext-runtime/README.windows deleted file mode 100644 index e50cbf632..000000000 --- a/gettext-runtime/README.windows +++ /dev/null @@ -1,3 +0,0 @@ -Installation on Microsoft Windows: - -See the file README.windows in the top-level directory of this package. diff --git a/gettext-runtime/intl/INSTALL.windows b/gettext-runtime/intl/INSTALL.windows new file mode 100644 index 000000000..44a25206c --- /dev/null +++ b/gettext-runtime/intl/INSTALL.windows @@ -0,0 +1,3 @@ +Installation on Microsoft Windows: + +See the file INSTALL.windows in the top-level directory of this package. diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index 44bed9dbf..add92e2a9 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -207,7 +207,7 @@ config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc \ $(HEADERS) $(SOURCES) DISTFILES.generated = plural.c DISTFILES.normal = VERSION -DISTFILES.gettext = ChangeLog COPYING.LIB libintl.glibc README.windows +DISTFILES.gettext = ChangeLog COPYING.LIB INSTALL.windows libintl.glibc DISTFILES.obsolete = xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c \ COPYING.LIB-2 COPYING.LIB-2.0 COPYING.LIB-2.1 \ gettext.h libgettext.h plural-eval.c libgnuintl.h \ diff --git a/gettext-runtime/intl/README.windows b/gettext-runtime/intl/README.windows deleted file mode 100644 index e50cbf632..000000000 --- a/gettext-runtime/intl/README.windows +++ /dev/null @@ -1,3 +0,0 @@ -Installation on Microsoft Windows: - -See the file README.windows in the top-level directory of this package. diff --git a/gettext-runtime/libasprintf/INSTALL.windows b/gettext-runtime/libasprintf/INSTALL.windows new file mode 100644 index 000000000..44a25206c --- /dev/null +++ b/gettext-runtime/libasprintf/INSTALL.windows @@ -0,0 +1,3 @@ +Installation on Microsoft Windows: + +See the file INSTALL.windows in the top-level directory of this package. diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 37c80990e..9b393ff9f 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext -## Copyright (C) 2002-2007, 2009-2010, 2015-2016 Free Software Foundation, Inc. +## Copyright (C) 2002-2007, 2009-2010, 2015-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 Lesser General Public License as published by @@ -174,4 +174,4 @@ EXTRA_DIST += texi2html autosprintf_all.html # Windows support. -EXTRA_DIST += README.windows +EXTRA_DIST += INSTALL.windows diff --git a/gettext-runtime/libasprintf/README.windows b/gettext-runtime/libasprintf/README.windows deleted file mode 100644 index e50cbf632..000000000 --- a/gettext-runtime/libasprintf/README.windows +++ /dev/null @@ -1,3 +0,0 @@ -Installation on Microsoft Windows: - -See the file README.windows in the top-level directory of this package. diff --git a/gettext-tools/INSTALL.windows b/gettext-tools/INSTALL.windows new file mode 100644 index 000000000..44a25206c --- /dev/null +++ b/gettext-tools/INSTALL.windows @@ -0,0 +1,3 @@ +Installation on Microsoft Windows: + +See the file INSTALL.windows in the top-level directory of this package. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index 0531c0290..d5b802ab0 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools directory of GNU gettext -## Copyright (C) 1995-2007, 2010, 2015-2016 Free Software Foundation, Inc. +## Copyright (C) 1995-2007, 2010, 2015-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 @@ -52,7 +52,7 @@ EXTRA_DIST += gnulib-m4/gnulib-cache.m4 # Windows support. -EXTRA_DIST += README.windows +EXTRA_DIST += INSTALL.windows # Cygwin support. diff --git a/gettext-tools/README.windows b/gettext-tools/README.windows deleted file mode 100644 index e50cbf632..000000000 --- a/gettext-tools/README.windows +++ /dev/null @@ -1,3 +0,0 @@ -Installation on Microsoft Windows: - -See the file README.windows in the top-level directory of this package.