guix lint: Make sure synopses are not too long.
[jackhill/guix/guix.git] / emacs.am
index 86ae3a2..35470a3 100644 (file)
--- a/emacs.am
+++ b/emacs.am
@@ -27,6 +27,8 @@ ELFILES =                                     \
   emacs/guix-utils.el                          \
   emacs/guix.el
 
+if HAVE_EMACS
+
 dist_lisp_DATA =                               \
   $(ELFILES)                                   \
   $(AUTOLOADS)
@@ -41,3 +43,5 @@ $(AUTOLOADS): $(ELFILES)
                  (expand-file-name \"$(AUTOLOADS)\" \"$(srcdir)\")))   \
             (update-directory-autoloads                                \
              (expand-file-name \"emacs\" \"$(srcdir)\")))"
+
+endif HAVE_EMACS