]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add extra files found in etc/ sub-directory to ETC_SUPPORT in src-release.sh
authorNick Clifton <nickc@redhat.com>
Mon, 20 May 2024 15:12:53 +0000 (16:12 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 20 May 2024 15:12:53 +0000 (16:12 +0100)
  PR 31726

src-release.sh

index 169135856a250fb7f98d42f9b9a154e3d37cf909..0e95dde18bc3e567eebf14b7005b93bc94ecdc59 100755 (executable)
@@ -49,9 +49,11 @@ DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \
         multilib.am"
 
 # Files in devo/etc used in any net release.
-ETC_SUPPORT="Makefile.in configure configure.in standards.texi \
-       make-stds.texi standards.info* configure.texi configure.info* \
-       ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl gnu-oids.texi"
+ETC_SUPPORT="ChangeLog Makefile.am Makefile.in aclocal.m4 add-log.el \
+       add-log.vi configbuild.* configdev.* configure configure.ac \
+       configure.in configure.info* configure.texi fdl.texi gnu-oids.texi \
+       make-stds.texi standards.info* standards.texi texi2pod.pl \
+       update-copyright.py"
 
 # Get the version number of a given tool
 getver()