diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-08-15 09:58:09 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-08-15 09:58:09 +0200 |
commit | b5157c8944c1d999a45e4177ebcc52b9feea088f (patch) | |
tree | b03af6d0c4e8b931c57cccc737cc056ac11b5116 /maint.mk | |
parent | 331dc98fc52955825a5bbc91b2cc4c24e97c8e8b (diff) | |
download | gnutls-b5157c8944c1d999a45e4177ebcc52b9feea088f.tar.gz |
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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)/$@ |