Skip to content

Commit b3a9de1

Browse files
committed
Rename some files.
1 parent 49cd8bd commit b3a9de1

File tree

9 files changed

+21
-7
lines changed

9 files changed

+21
-7
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2018-01-27 Bruno Haible <bruno@clisp.org>
2+
3+
Rename some files.
4+
* INSTALL.windows: Renamed from README.windows.
5+
* INSTALL.djgpp: Renamed from README.djgpp.
6+
* Makefile.in (SOURCE_FILES): Update.
7+
18
2018-01-03 Bruno Haible <bruno@clisp.org>
29

310
Fix installation in 64-bit mode on AIX.
File renamed without changes.
File renamed without changes.

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ maintainer-clean : force
157157

158158
# List of source files.
159159
SOURCE_FILES = \
160-
README README.windows DEPENDENCIES HACKING AUTHORS NEWS DESIGN NOTES THANKS \
160+
README DEPENDENCIES INSTALL.windows HACKING AUTHORS NEWS DESIGN NOTES THANKS \
161161
ChangeLog Makefile.devel configure.ac Makefile.in \
162162
include/export.h include/iconv.h.in \
163163
gnulib-local/lib/alloca.in.h \
@@ -179,7 +179,7 @@ SOURCE_FILES = \
179179
windows/iconv.rc windows/libiconv.rc windows/windres-options \
180180
woe32dll/export.h woe32dll/iconv-exports.c \
181181
os2/iconv.def \
182-
README.djgpp \
182+
INSTALL.djgpp \
183183
djgpp/config.bat djgpp/config.sed djgpp/config.site djgpp/edtest.bat \
184184
djgpp/fnchange.in djgpp/fnchange.lst djgpp/Makefile.maint djgpp/makefile.sed \
185185
djgpp/README djgpp/README.in djgpp/sources.sed \

libcharset/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2018-01-27 Bruno Haible <bruno@clisp.org>
2+
3+
Rename some files.
4+
* INSTALL.windows: Renamed from README.windows.
5+
* INSTALL.djgpp: Renamed from README.djgpp.
6+
* Makefile.in (SOURCE_FILES): Update.
7+
18
2018-01-23 Bruno Haible <bruno@clisp.org>
29

310
Don't use an undocumented Autoconf macro.
File renamed without changes.

libcharset/INSTALL.windows

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Installation on Microsoft Windows:
2+
3+
See the file INSTALL.windows in the top-level directory of this package.

libcharset/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ maintainer-clean : force
8383

8484
# List of source files.
8585
SOURCE_FILES = \
86-
README README.windows DEPENDENCIES HACKING INTEGRATE AUTHORS NEWS \
86+
README DEPENDENCIES INSTALL.windows HACKING INTEGRATE AUTHORS NEWS \
8787
ChangeLog Makefile.devel configure.ac Makefile.in \
8888
include/export.h include/libcharset.h.in include/localcharset.h.in \
8989
tools/README \
@@ -108,7 +108,7 @@ SOURCE_FILES = \
108108
tools/solaris-2.4 tools/solaris-2.5.1 tools/solaris-2.6 tools/solaris-2.6-cjk tools/solaris-2.7 \
109109
tools/sunos-4.1.4 \
110110
tools/win32 \
111-
README.djgpp \
111+
INSTALL.djgpp \
112112
djgpp/config.bat djgpp/config.sed djgpp/config.site \
113113
djgpp/fnchange.in djgpp/fnchange.lst \
114114
djgpp/Makefile.maint \

libcharset/README.windows

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)