about summary refs log tree commit diff
path: root/misc/emacs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'misc/emacs/Makefile.am')
-rw-r--r--misc/emacs/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/emacs/Makefile.am b/misc/emacs/Makefile.am
new file mode 100644
index 000000000000..9ca6ec9e3daf
--- /dev/null
+++ b/misc/emacs/Makefile.am
@@ -0,0 +1,5 @@
+EXTRA_DIST = nix-mode.el
+
+install-data-local:
+	$(INSTALL) -d $(DESTDIR)$(datadir)/emacs/site-lisp
+	$(INSTALL_DATA) nix-mode.el $(DESTDIR)$(datadir)/emacs/site-lisp