This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
build: Don't install elisp files when Emacs is unavailable.
* emacs.am (dist_lisp_DATA, nodist_lisp_DATA): Wrap in 'if HAVE_EMACS'.
gn-latest-20200428
Ludovic Courtès
6 years ago
parent
596fcbf768
commit
a9638ac413
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
emacs.am
+ 2
- 2
emacs.am
View File
@@ -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) \
Write
Preview
Loading…
Cancel
Save