From: Nick Clifton Date: Mon, 20 May 2024 15:12:53 +0000 (+0100) Subject: Add extra files found in etc/ sub-directory to ETC_SUPPORT in src-release.sh X-Git-Tag: gdb-15-branchpoint~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4af0542142732be2522cbbcc7ad318ab57933d28;p=thirdparty%2Fbinutils-gdb.git Add extra files found in etc/ sub-directory to ETC_SUPPORT in src-release.sh PR 31726 --- diff --git a/src-release.sh b/src-release.sh index 169135856a2..0e95dde18bc 100755 --- a/src-release.sh +++ b/src-release.sh @@ -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()