diff options
| author | Alex Kost <alezost@gmail.com> | 2014-08-27 16:44:17 +0400 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2014-09-03 23:50:35 +0400 |
| commit | 457f60fa068c7becf60841daa2b6fc5121aedead (patch) | |
| tree | 8cae5e141a6c5c643255b6777e19c063010cf6f0 /Makefile.am | |
| parent | a423555d3c4314f8347d75b050d7daf6e594281f (diff) | |
Add Emacs user interface.
* configure.ac (emacsuidir): New variable.
(AC_CONFIG_FILES): Add 'emacs/guix-init.el', 'emacs/guix-helper.scm'.
* Makefile.am: Include 'emacs.am'.
* emacs.am: New file.
* doc/emacs.texi: New file.
* doc/guix.texi: Include 'emacs.texi'.
* emacs/guix-backend.el: New file.
* emacs/guix-base.el: New file.
* emacs/guix-helper.scm.in: New file.
* emacs/guix-history.el: New file.
* emacs/guix-info.el: New file.
* emacs/guix-init.el.in: New file.
* emacs/guix-list.el: New file.
* emacs/guix-main.scm: New file.
* emacs/guix-utils.el: New file.
* emacs/guix.el: New file.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d25eeeb76e7..156c560665c 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -277,6 +277,10 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ | |||
| 277 | --with-nix-prefix="$(NIX_PREFIX)" \ | 277 | --with-nix-prefix="$(NIX_PREFIX)" \ |
| 278 | --enable-daemon | 278 | --enable-daemon |
| 279 | 279 | ||
| 280 | dist_emacsui_DATA = emacs/guix-main.scm | ||
| 281 | nodist_emacsui_DATA = emacs/guix-helper.scm | ||
| 282 | include emacs.am | ||
| 283 | |||
| 280 | dist-hook: sync-descriptions gen-ChangeLog assert-no-store-file-names | 284 | dist-hook: sync-descriptions gen-ChangeLog assert-no-store-file-names |
| 281 | distcheck-hook: assert-binaries-available assert-final-inputs-self-contained | 285 | distcheck-hook: assert-binaries-available assert-final-inputs-self-contained |
| 282 | 286 | ||
