]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Rename some files.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Jan 2018 13:20:07 +0000 (14:20 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Jan 2018 13:25:04 +0000 (14:25 +0100)
* 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.

14 files changed:
INSTALL.windows [moved from README.windows with 100% similarity]
Makefile.am
gettext-runtime/INSTALL.windows [new file with mode: 0644]
gettext-runtime/Makefile.am
gettext-runtime/README.windows [deleted file]
gettext-runtime/intl/INSTALL.windows [new file with mode: 0644]
gettext-runtime/intl/Makefile.in
gettext-runtime/intl/README.windows [deleted file]
gettext-runtime/libasprintf/INSTALL.windows [new file with mode: 0644]
gettext-runtime/libasprintf/Makefile.am
gettext-runtime/libasprintf/README.windows [deleted file]
gettext-tools/INSTALL.windows [new file with mode: 0644]
gettext-tools/Makefile.am
gettext-tools/README.windows [deleted file]

similarity index 100%
rename from README.windows
rename to INSTALL.windows
index b92defda0a7a74df2286325ac1bce2866f138cd2..bdc7fb98a88b6b73877542a46a84cbe474b5c896 100644 (file)
@@ -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 (file)
index 0000000..44a2520
--- /dev/null
@@ -0,0 +1,3 @@
+Installation on Microsoft Windows:
+
+See the file INSTALL.windows in the top-level directory of this package.
index 2835a2035d66fde11473c9af25e033d71eb6db3b..59590c49dfb55080ad77c13d6fd826a3d4422f8c 100644 (file)
@@ -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 (file)
index e50cbf6..0000000
+++ /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 (file)
index 0000000..44a2520
--- /dev/null
@@ -0,0 +1,3 @@
+Installation on Microsoft Windows:
+
+See the file INSTALL.windows in the top-level directory of this package.
index 44bed9dbf817fa158dc8b312d83bcbbab0c084ca..add92e2a9b4a3bc422ef1b56e32ba6020fc4eb6f 100644 (file)
@@ -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 (file)
index e50cbf6..0000000
+++ /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 (file)
index 0000000..44a2520
--- /dev/null
@@ -0,0 +1,3 @@
+Installation on Microsoft Windows:
+
+See the file INSTALL.windows in the top-level directory of this package.
index 37c80990e8640c97a2ed3944be2aa181dd32e47e..9b393ff9fea0d2d33ebc5fdbf0f979fd50a581f2 100644 (file)
@@ -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 (file)
index e50cbf6..0000000
+++ /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 (file)
index 0000000..44a2520
--- /dev/null
@@ -0,0 +1,3 @@
+Installation on Microsoft Windows:
+
+See the file INSTALL.windows in the top-level directory of this package.
index 0531c029057a56702a2af2db886942f63f8172e3..d5b802ab0c03b6bf6809749f103578973a934898 100644 (file)
@@ -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 (file)
index e50cbf6..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Installation on Microsoft Windows:
-
-See the file README.windows in the top-level directory of this package.