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

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

[elpa] externals/hyperbole d49172271d: Use hload-path--make-directory-au


From: ELPA Syncer
Subject: [elpa] externals/hyperbole d49172271d: Use hload-path--make-directory-autoloads in Makefile (#200)
Date: Wed, 15 Jun 2022 19:02:03 -0400 (EDT)

branch: externals/hyperbole
commit d49172271dc9ab002c6adab88af031902e97a2a4
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Use hload-path--make-directory-autoloads in Makefile (#200)
---
 ChangeLog | 5 +++++
 Makefile  | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 361efd8786..be7da8b6d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-06-16  Mats Lidell  <matsl@gnu.org>
+
+* Makefile (hyperbole-autoloads.el, kotl/kotl-autoloads.el): Use
+    hload-path--make-directory-autoloads.
+
 2022-06-14  Mats Lidell  <matsl@gnu.org>
 
 * hload-path.el (hload-path--make-directory-autoloads)
diff --git a/Makefile b/Makefile
index 41f6861d7a..6ca6a3376d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 # Author:       Bob Weiner
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
-# Last-Mod:      4-Jun-22 at 01:26:17 by Bob Weiner
+# Last-Mod:     16-Jun-22 at 00:46:38 by Mats Lidell
 #
 # Copyright (C) 1994-2022  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
@@ -415,10 +415,10 @@ ftp: package 
$(pkg_parent)/hyperbole-$(HYPB_VERSION).tar.gz
 autoloads: hyperbole-autoloads.el kotl/kotl-autoloads.el
 
 hyperbole-autoloads.el: $(EL_COMPILE)
-       $(EMACS_BATCH) --debug --eval "(progn (setq generated-autoload-file 
(expand-file-name \"hyperbole-autoloads.el\") backup-inhibited t) (let 
(find-file-hooks) (make-directory-autoloads \".\" generated-autoload-file)))"
+       $(EMACS_BATCH) --debug --eval "(progn (setq generated-autoload-file 
(expand-file-name \"hyperbole-autoloads.el\") backup-inhibited t) (let 
(find-file-hooks) (hload-path--make-directory-autoloads \".\" 
generated-autoload-file)))"
 
 kotl/kotl-autoloads.el: $(EL_KOTL)
-       $(EMACS_BATCH) --debug --eval "(progn (setq generated-autoload-file 
(expand-file-name \"kotl/kotl-autoloads.el\") backup-inhibited t) (let 
(find-file-hooks) (make-directory-autoloads \"kotl/\" 
generated-autoload-file)))"
+       $(EMACS_BATCH) --debug --eval "(progn (setq generated-autoload-file 
(expand-file-name \"kotl/kotl-autoloads.el\") backup-inhibited t) (let 
(find-file-hooks) (hload-path--make-directory-autoloads \"kotl/\" 
generated-autoload-file)))"
 
 # Used for ftp.gnu.org tarball distributions.
 $(pkg_parent)/hyperbole-$(HYPB_VERSION).tar.gz:



reply via email to

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