emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin efd0702 098/357: Fix generation of package autoloads


From: Stefan Monnier
Subject: [elpa] elpa-admin efd0702 098/357: Fix generation of package autoloads
Date: Thu, 10 Dec 2020 18:06:23 -0500 (EST)

branch: elpa-admin
commit efd07028c70f2940e46f63f127022cac14161b70
Author: Andreas Schwab <schwab@linux-m68k.org>
Commit: Andreas Schwab <schwab@linux-m68k.org>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]