From: Karl Berry Date: Mon, 13 Apr 2026 14:13:03 +0000 (-0700) Subject: maint: exclude help2man from update-copyright. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fautomake.git maint: exclude help2man from update-copyright. * maintainer/maint.mk (files_without_copyright): add lib/help2man. --- diff --git a/maintainer/maint.mk b/maintainer/maint.mk index a8e170e96..350b22525 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -486,9 +486,9 @@ clean-local: clean-web-manual EXTRA_DIST += lib/gendocs.sh lib/gendocs_template -# ------------------------------------------------ # -# Update copyright years of all committed files. # -# ------------------------------------------------ # +# --------------------------------------------------------- # +# Update copyright years of (almost) all committed files. # +# --------------------------------------------------------- # EXTRA_DIST += lib/update-copyright @@ -497,7 +497,8 @@ update_copyright_env = \ UPDATE_COPYRIGHT_USE_INTERVALS=2 # In addition to the several README files, these as well are -# not expected to have a copyright notice. +# not expected to have a copyright notice. help2man should be handled in +# make fetch, but currently isn't (fixme). files_without_copyright = \ .autom4te.cfg \ .dir-locals.el \ @@ -508,6 +509,7 @@ files_without_copyright = \ COPYING \ AUTHORS \ THANKS \ + lib/help2man \ lib/INSTALL \ lib/COPYING