branch: elpa-admin
commit efd07028c70f2940e46f63f127022cac14161b70
Author: Andreas Schwab <[email protected]>
Commit: Andreas Schwab <[email protected]>
Fix generation of package autoloads
---
GNUmakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.