From: Akim Demaille Date: Tue, 31 Mar 2009 08:40:17 +0000 (+0200) Subject: bootstrap: README-hacking no longer exists X-Git-Tag: v2.7.90~925 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f7e241f4af6110236009bdb92b101519d382f6fd bootstrap: README-hacking no longer exists * bootstrap (checkout_only_file): Set to HACKING. --- diff --git a/ChangeLog b/ChangeLog index 2f687c27..f4271cf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-31 Akim Demaille + + bootstrap: README-hacking no longer exists + * bootstrap (checkout_only_file): Set to HACKING. + 2009-03-26 Akim Demaille doc: merge HACKING and README-hacking. diff --git a/bootstrap b/bootstrap index 0c136f62..02176d28 100755 --- a/bootstrap +++ b/bootstrap @@ -2,8 +2,8 @@ # Bootstrap this package from checked-out sources. -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, -# Inc. +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +# 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 @@ -129,7 +129,7 @@ excluded_files= # File that should exist in the top directory of a checked out hierarchy, # but not in a distribution tarball. -checkout_only_file=README-hacking +checkout_only_file=HACKING # Whether to use copies instead of symlinks. copy=false