doc: Make "Application Setup" more prominent.
[jackhill/guix/guix.git] / emacs.am
index 86ae3a2..372b33e 100644 (file)
--- a/emacs.am
+++ b/emacs.am
@@ -21,18 +21,25 @@ AUTOLOADS = emacs/guix-autoloads.el
 ELFILES =                                      \
   emacs/guix-backend.el                                \
   emacs/guix-base.el                           \
+  emacs/guix-emacs.el                          \
   emacs/guix-history.el                                \
   emacs/guix-info.el                           \
   emacs/guix-list.el                           \
+  emacs/guix-messages.el                       \
+  emacs/guix-pcomplete.el                      \
+  emacs/guix-prettify.el                       \
   emacs/guix-utils.el                          \
   emacs/guix.el
 
+if HAVE_EMACS
+
 dist_lisp_DATA =                               \
   $(ELFILES)                                   \
   $(AUTOLOADS)
 
 nodist_lisp_DATA =                             \
-  emacs/guix-init.el
+  emacs/guix-init.el                           \
+  emacs/guix-profiles.el
 
 $(AUTOLOADS): $(ELFILES)
        $(EMACS) --batch --eval                                         \
@@ -41,3 +48,5 @@ $(AUTOLOADS): $(ELFILES)
                  (expand-file-name \"$(AUTOLOADS)\" \"$(srcdir)\")))   \
             (update-directory-autoloads                                \
              (expand-file-name \"emacs\" \"$(srcdir)\")))"
+
+endif HAVE_EMACS