gbranden pushed a commit to branch master
in repository groff.
commit da8519b2254130f0949cfaa95c503f98df090867
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Feb 6 03:49:32 2026 -0600
update-copyright.sh: Drop (unshipped) script.
I implement a different approach to the problem it solves; see the
"HACKING" file.
---
ChangeLog | 6 ++++++
update-copyright.sh | 40 ----------------------------------------
2 files changed, 6 insertions(+), 40 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fb62126f5..da0df963e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-02-06 G. Branden Robinson <[email protected]>
+
+ * update-copyright.sh: Drop (unshipped) script. I implement a
+ different approach to the problem it solves; see the "HACKING"
+ file.
+
2026-02-05 G. Branden Robinson <[email protected]>
* doc/doc.am (maintainer-clean-local): Clean "gnu.eps" file in
diff --git a/update-copyright.sh b/update-copyright.sh
deleted file mode 100755
index 962835d58..000000000
--- a/update-copyright.sh
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-export UPDATE_COPYRIGHT_USE_INTERVALS=2
-find arch contrib font man tmac src \
- ! -name .gitignore \
- -type f | xargs ./gnulib/build-aux/update-copyright -
-
-extra_files="
-acinclude.m4
-bootstrap.conf
-configure.ac
-gendef.sh
-mdate.pl
-test-groff.in
-BUG-REPORT
-Changelog
-FOR-RELEASE
-INSTALL.REPO
-INSTALL.extra
-LICENSES
-MANIFEST
-MORE.STUFF
-Makefile.am
-NEWS
-PROBLEMS
-PROJECTS
-README
-README.MinGW
-TODO
-doc/automake.mom
-doc/doc.am
-doc/groff.texi
-doc/meref.me
-doc/pic.ms
-m4/groff.m4
-m4/localcharset.m4
-"
-for k in $extra_files; do
- ./gnulib/build-aux/update-copyright $k
-done
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit