branch: elpa-admin
commit 0b90b0a799a6caf073bdf50253c774744c6067e8
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* GNUmakefile (check_copyrights): Only look at "copyright" in comments
(%-autoloads.el): Be less noisy. No need for `archive-refresh-pkg-file`.
* copyright_exceptions: Remove exceptions now ignored by `check_copyrights`
---
GNUmakefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
index 5d2095f..2560ab9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -26,7 +26,7 @@ check_copyrights:
fquoted="$$(echo $$f|tr '|' '_')"; \
sed -n -e '/[Cc]opyright.*, *[1-9][-0-9]*,\?$$/N' \
-e '/Free Software Foundation/d' \
- -e "s|^\\(.*[Cc]opyright\\)|$$fquoted:\\1|p" \
+ -e "s|^\\(.*;.*[Cc]opyright\\)|$$fquoted:\\1|p" \
"$$f"; \
done) | sort >$(CR_EXCEPTIONS)~
diff -u "$(CR_EXCEPTIONS)" "$(CR_EXCEPTIONS)~"
@@ -137,10 +137,9 @@ autoloads := $(foreach pkg, $(pkgs), $(pkg)/$(notdir
$(pkg))-autoloads.el)
$(foreach al, $(autoloads), $(eval $(call RULE-srcdeps, $(al))))
%-autoloads.el:
- @echo 'Generating autoloads for $@'
+ @#echo 'Generating autoloads for $@'
@cd $(dir $@) && \
$(EMACS) -l $(CURDIR)/admin/archive-contents.el \
- --eval "(archive-refresh-pkg-file)" \
--eval "(require 'package)" \
--eval "(load (expand-file-name \"../names/names-autoloads.el\")
t t)" \
--eval "(package-generate-autoloads \"$$(basename $$(pwd))\" \