changeset 30460:961800b4e41a

maint: Merge stable to default.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Dec 2021 15:39:17 +0900
parents df7feab99999 (current diff) 4d15a0540ac0 (diff)
children b900f68ec349
files
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bootstrap.conf	Wed Dec 08 14:55:53 2021 +0900
+++ b/bootstrap.conf	Wed Dec 08 15:39:17 2021 +0900
@@ -217,9 +217,10 @@
   ## Check for files that automake --gnu would normally look for, except
   ## AUTHORS, which we autogenerate from the documentation files along
   ## with building the rest of Octave, and INSTALL, which is linked from
-  ## gnulib/doc/INSTALL by the bootstrap script.
+  ## gnulib/doc/INSTALL by the bootstrap script.  NEWS is autogenerated
+  ## from etc/NEWS.x.
 
-  for f in NEWS README COPYING CITATION; do
+  for f in README COPYING CITATION; do
     if ! test -f $f; then
       echo "required file $f is missing" 2>&1
       exit 1