branch: elpa/forth-mode
commit 2779ca61abdb0c59d2bd70e42572c1c731dd3fd5
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    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