From c46549dc3847cf152b0660eca7dae34515b522c1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 20 Feb 2007 22:44:15 +0100 Subject: [PATCH] * bootstrap (CVS_only_file): Use README-hacking. --- ChangeLog | 2 ++ bootstrap | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce785e5..995e71b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-02-20 Jim Meyering + * bootstrap (CVS_only_file): Use README-hacking. + Now that we use GIT, not cvs, rename README-cvs. * README-hacking: Renamed from... Update to reflect that we now use git. diff --git a/bootstrap b/bootstrap index a7d1fa3..7e9abab 100755 --- a/bootstrap +++ b/bootstrap @@ -117,7 +117,7 @@ excluded_files= # File that should exist in the top directory of a checked out hierarchy, # but not in a distribution tarball. -CVS_only_file=README-cvs +CVS_only_file=README-hacking # Whether to use copies instead of symlinks. copy=false -- 2.7.4