mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Don't install elisp files when Emacs is unavailable.
* emacs.am (dist_lisp_DATA, nodist_lisp_DATA): Wrap in 'if HAVE_EMACS'.
This commit is contained in:
parent
596fcbf768
commit
a9638ac413
1 changed files with 2 additions and 2 deletions
4
emacs.am
4
emacs.am
|
@ -27,6 +27,8 @@ ELFILES = \
|
|||
emacs/guix-utils.el \
|
||||
emacs/guix.el
|
||||
|
||||
if HAVE_EMACS
|
||||
|
||||
dist_lisp_DATA = \
|
||||
$(ELFILES) \
|
||||
$(AUTOLOADS)
|
||||
|
@ -34,8 +36,6 @@ dist_lisp_DATA = \
|
|||
nodist_lisp_DATA = \
|
||||
emacs/guix-init.el
|
||||
|
||||
if HAVE_EMACS
|
||||
|
||||
$(AUTOLOADS): $(ELFILES)
|
||||
$(EMACS) --batch --eval \
|
||||
"(let ((backup-inhibited t) \
|
||||
|
|
Loading…
Reference in a new issue