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

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

[elpa] externals/urgrep 37aab778bd: Handle line wrapping of autoloads ge


From: ELPA Syncer
Subject: [elpa] externals/urgrep 37aab778bd: Handle line wrapping of autoloads generation in a nicer way
Date: Tue, 23 May 2023 14:00:58 -0400 (EDT)

branch: externals/urgrep
commit 37aab778bdd7bdfd749eb53a7ee2c86679b27cf3
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@gmail.com>

    Handle line wrapping of autoloads generation in a nicer way
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 20dc20710b..c607f26ef6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,11 +56,13 @@ autoloads: $(AUTOLOADS)
 install-deps:
        @$(EMACS) -Q --batch $(PACKAGE_MAIN) --eval "$$INSTALL_SCRIPT"
 
+$(AUTOLOADS): GENERATE_AUTOLOADS = '$\
+  (package-generate-autoloads "$(PACKAGE_NAME)" default-directory)'
 $(AUTOLOADS): $(SRCS)
        @echo AUTOLOAD $@
        @$(EMACS) -Q --batch \
          --eval '(package-initialize)' \
-         --eval '(package-generate-autoloads "$(PACKAGE_NAME)" 
default-directory)'
+         --eval $(GENERATE_AUTOLOADS)
 
 %.elc: %.el
        @echo ELC $@



reply via email to

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