X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=Makefile;h=c3bf4a979dfdd122772eb4c43684c4f860d2cc6c;hb=7b7e379f77e9591d8f66739884084b530e4600cd;hp=745c603c70e3946ef61fd21d1847ab08a9d8eb93;hpb=1109937d44ce8e3897e1dae14f0adb39bff87f91;p=gnulib.git diff --git a/Makefile b/Makefile index 745c603c7..c3bf4a979 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ MODULES.html: MODULES.html.sh # as well as those in tests/unictype (generated). # Also exclude any file that includes the "GENERATED AUTOMATICALLY" comment, # being careful not to exclude code that merely generates the comment. +# Also exclude doc/INSTALL*, since they too are generated. update-copyright: exempt=$$(mktemp); \ grep -v '^#' config/srclist.txt|grep -v '^$$' \ @@ -69,6 +70,7 @@ update-copyright: echo "$$dst"/$$(basename "$$src"); \ done > $$exempt; \ git ls-files tests/unictype >> $$exempt; \ + git ls-files doc/INSTALL* >> $$exempt; \ git ls-files | grep -vFf $$exempt \ | xargs grep -L '^/\*.*GENERATED AUTOMATICALLY' \ | UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 \