diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·26+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T12·54+0100 |
commit | 0c6d62cf27b3b22fa60bddad16ea8e8d062e4a99 (patch) | |
tree | 5ff743d6f1df831603a2394a7a6b3f6e7cb86e34 /misc | |
parent | 16e7d692092449263880ee795ec419cecbe22d24 (diff) |
Remove Automakefiles
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile.am | 1 | ||||
-rw-r--r-- | misc/emacs/Makefile.am | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am deleted file mode 100644 index ef10d1e98120..000000000000 --- a/misc/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = emacs diff --git a/misc/emacs/Makefile.am b/misc/emacs/Makefile.am deleted file mode 100644 index 49f19fe50628..000000000000 --- a/misc/emacs/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -EXTRA_DIST = nix-mode.el - -install-data-local: - $(INSTALL) -d $(DESTDIR)$(datadir)/emacs/site-lisp - $(INSTALL_DATA) $(srcdir)/nix-mode.el $(DESTDIR)$(datadir)/emacs/site-lisp |