From 1edd38e96d8961588913a57c15f87122988678f4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 27 Jan 2018 13:12:38 +0100 Subject: [PATCH] Rename some files. --- ChangeLog | 7 +++++++ README.vms => INSTALL.vms | 0 README.windows => INSTALL.windows | 0 Makefile.in | 4 ++-- 4 files changed, 9 insertions(+), 2 deletions(-) rename README.vms => INSTALL.vms (100%) rename README.windows => INSTALL.windows (100%) diff --git a/ChangeLog b/ChangeLog index 032eea8..75a3957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-01-27 Bruno Haible + + 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 Don't use an undocumented Autoconf macro. diff --git a/README.vms b/INSTALL.vms similarity index 100% rename from README.vms rename to INSTALL.vms diff --git a/README.windows b/INSTALL.windows similarity index 100% rename from README.windows rename to 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 # and Bruno Haible . # @@ -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.