This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ELPA".
The branch, master has been updated via 0a76035422903c12a6ad6e9d26244b8ddafec59f (commit) from 41111310cd1543f5a3b66b61b30a58e485096218 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0a76035422903c12a6ad6e9d26244b8ddafec59f Author: Andreas Schwab <sch...@linux-m68k.org> Date: Sat Aug 17 11:04:58 2013 +0200 Fix generation of package autoloads diff --git a/GNUmakefile b/GNUmakefile index cc06e48..0fac72b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -106,7 +106,7 @@ $(foreach al, $(autoloads), $(eval $(call RULE-srcdeps, $(al)))) $(EMACS) -l $(CURDIR)/admin/archive-contents.el \ --eval "(archive--refresh-pkg-file)" \ --eval "(require 'package)" \ - --eval "(package-generate-autoloads '$$(basename $$(pwd)) \ + --eval "(package-generate-autoloads \"$$(basename $$(pwd))\" \ \"$$(pwd)\")" # Put into elcs the set of elc files we need to keep up-to-date. ----------------------------------------------------------------------- Summary of changes: GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- ELPA