aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2024-05-20 16:12:53 +0100
committerNick Clifton <nickc@redhat.com>2024-05-20 16:12:53 +0100
commit4af0542142732be2522cbbcc7ad318ab57933d28 (patch)
tree3cf064fb7244042b2f15c11704e7d9812d8302c0
parent9839849c0c357cc478acf1a9dd3e96e6b65ceaf1 (diff)
downloadgdb-4af0542142732be2522cbbcc7ad318ab57933d28.zip
gdb-4af0542142732be2522cbbcc7ad318ab57933d28.tar.gz
gdb-4af0542142732be2522cbbcc7ad318ab57933d28.tar.bz2
Add extra files found in etc/ sub-directory to ETC_SUPPORT in src-release.sh
PR 31726
-rwxr-xr-xsrc-release.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/src-release.sh b/src-release.sh
index 1691358..0e95dde1 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()