summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-15 09:58:09 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-15 09:58:09 +0200
commitb5157c8944c1d999a45e4177ebcc52b9feea088f (patch)
treeb03af6d0c4e8b931c57cccc737cc056ac11b5116 /maint.mk
parent331dc98fc52955825a5bbc91b2cc4c24e97c8e8b (diff)
downloadgnutls-b5157c8944c1d999a45e4177ebcc52b9feea088f.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index a4ce064924..5d7c45e66e 100644
--- a/maint.mk
+++ b/maint.mk
@@ -776,6 +776,10 @@ indent:
# define it in cfg.mk and set this variable to its name.
update-copyright-local ?=
+# If you want to set UPDATE_COPYRIGHT_* environment variables,
+# put the assignments in this variable.
+update-copyright-env ?=
+
# Run this rule once per year (usually early in January)
# to update all FSF copyright year lists in your project.
update-copyright-exclude-regexp ?= (^|/)COPYING$$
@@ -783,4 +787,4 @@ update-copyright-exclude-regexp ?= (^|/)COPYING$$
update-copyright: $(update-copyright-local)
grep -l -w Copyright $$($(VC_LIST_EXCEPT)) \
| grep -v -E '$(update-copyright-exclude-regexp)' \
- | xargs $(build_aux)/$@
+ | $(update-copyright-env) xargs $(build_aux)/$@