guix-commits
[Top][All Lists]
Advanced

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

09/11: build: Remove guix-autoloads.el from the distribution.


From: Mathieu Lirzin
Subject: 09/11: build: Remove guix-autoloads.el from the distribution.
Date: Thu, 28 Jan 2016 15:32:43 +0000

mthl pushed a commit to branch master
in repository guix.

commit 54523748354bb5144a9a9102fbcfabed49b71e73
Author: Mathieu Lirzin <address@hidden>
Date:   Sun Jan 24 19:01:36 2016 +0100

    build: Remove guix-autoloads.el from the distribution.
    
    * emacs.am [HAVE_EMACS] (dist_lisp_DATA): Move $(AUTOLOADS) to ...
    [HAVE_EMACS] (nodist_lisp_DATA): ... here.
    (CLEANFILES) [HAVE_EMACS]: Add $(AUTOLOADS).
---
 emacs.am |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/emacs.am b/emacs.am
index 30bb02b..9276c12 100644
--- a/emacs.am
+++ b/emacs.am
@@ -54,11 +54,11 @@ ELFILES =                                   \
 
 if HAVE_EMACS
 
-dist_lisp_DATA =                               \
-  $(ELFILES)                                   \
-  $(AUTOLOADS)
+dist_lisp_DATA = $(ELFILES)
 
-nodist_lisp_DATA = emacs/guix-config.el
+nodist_lisp_DATA =             \
+  emacs/guix-config.el         \
+  $(AUTOLOADS)
 
 $(AUTOLOADS): $(ELFILES)
        $(AM_V_EMACS)$(EMACS) --batch --eval                            \
@@ -68,4 +68,6 @@ $(AUTOLOADS): $(ELFILES)
             (update-directory-autoloads                                \
              (expand-file-name \"emacs\" \"$(srcdir)\")))"
 
+CLEANFILES += $(AUTOLOADS)
+
 endif HAVE_EMACS



reply via email to

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