diff bootstrap.conf @ 30459:4d15a0540ac0 stable

build: bootstrap.conf: do not check for autogenerated NEWS file.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 08 Dec 2021 15:38:17 +0900
parents 5ea881d55465
children 83dbee7c8f08
line wrap: on
line diff
--- a/bootstrap.conf	Wed Dec 08 14:50:03 2021 +0900
+++ b/bootstrap.conf	Wed Dec 08 15:38: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