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

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

[nongnu] elpa/forth-mode 2779ca61ab 075/153: Improve building of backend


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 2779ca61ab 075/153: Improve building of backend files.
Date: Sat, 29 Jan 2022 08:02:20 -0500 (EST)

branch: elpa/forth-mode
commit 2779ca61abdb0c59d2bd70e42572c1c731dd3fd5
Author: Lars Brinkhoff <lars.brinkhoff@delphi.com>
Commit: Lars Brinkhoff <lars.brinkhoff@delphi.com>

    Improve building of backend files.
---
 Makefile | 2 +-
 build.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index bcdac12db8..6b929f8b77 100644
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,4 @@ doc: forth-mode.info
        makeinfo $<
 
 clean:
-       rm -f autoloads.el *.elc
+       rm -f autoloads.el *.elc backend/*.elc
diff --git a/build.el b/build.el
index 68e3037c23..b8c16ad6c7 100644
--- a/build.el
+++ b/build.el
@@ -1,7 +1,7 @@
 (princ (emacs-version))
 
 (let ((generated-autoload-file (concat default-directory "autoloads.el")))
-  (update-directory-autoloads "."))
+  (update-directory-autoloads "." "./backend"))
 (load-file "autoloads.el")
 (add-to-list 'load-path default-directory)
 



reply via email to

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