summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-01-27 13:12:38 +0100
committerBruno Haible <bruno@clisp.org>2018-01-27 13:12:38 +0100
commit1edd38e96d8961588913a57c15f87122988678f4 (patch)
treec8bc99e65d47632b986274d2246e0e9007695435
parent283b51086a8acf7c95a21760f9a0ca0dde0321ba (diff)
downloadgperf-1edd38e96d8961588913a57c15f87122988678f4.tar.gz
Rename some files.
-rw-r--r--ChangeLog7
-rw-r--r--INSTALL.vms (renamed from README.vms)0
-rw-r--r--INSTALL.windows (renamed from README.windows)0
-rw-r--r--Makefile.in4
4 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 032eea8..75a3957 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-01-27 Bruno Haible <bruno@clisp.org>
+
+ Rename some files.
+ * INSTALL.windows: Renamed from README.windows.
+ * INSTALL.vms: Renamed from README.vms.
+ * Makefile.in (SOURCE_FILES): Update.
+
2018-01-23 Bruno Haible <bruno@clisp.org>
Don't use an undocumented Autoconf macro.
diff --git a/README.vms b/INSTALL.vms
index 6408f46..6408f46 100644
--- a/README.vms
+++ b/INSTALL.vms
diff --git a/README.windows b/INSTALL.windows
index ecda548..ecda548 100644
--- a/README.windows
+++ b/INSTALL.windows
diff --git a/Makefile.in b/Makefile.in
index 6ff7c3a..20ee451 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for gperf
-# Copyright (C) 1989, 1992-1993, 1998, 2012, 2016 Free Software Foundation, Inc.
+# Copyright (C) 1989, 1992-1993, 1998, 2012, 2016, 2018 Free Software Foundation, Inc.
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
# and Bruno Haible <bruno@clisp.org>.
#
@@ -60,7 +60,7 @@ maintainer-clean : force
# List of source files.
SOURCE_FILES = \
- README README.windows README.vms NEWS AUTHORS \
+ README INSTALL.windows INSTALL.vms NEWS AUTHORS \
configure.ac aclocal.m4 Makefile.in Makefile.vms \
Makefile.devel ChangeLog
# List of distributed files imported from other packages.