summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-02 11:54:19 +0100
committerGravatar Tom Willemse2013-12-02 11:54:19 +0100
commitc3974a6906a9fc9bb2eadf01d2ca79673f2155de (patch)
tree0e9dfb251fe907f475e8e836f203f983d51cde51 /.emacs.d
parentd85a959b4e0d1ab2f70fbd1e25fe2c35faa1b433 (diff)
downloademacs-c3974a6906a9fc9bb2eadf01d2ca79673f2155de.tar.gz
emacs-c3974a6906a9fc9bb2eadf01d2ca79673f2155de.zip
Don't build init2.el from init.org
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/Makefile b/.emacs.d/Makefile
index c4ce570..c919bd9 100644
--- a/.emacs.d/Makefile
+++ b/.emacs.d/Makefile
@@ -4,10 +4,6 @@ all: init2.elc init.elc site-lisp/
%.elc: %.el
emacs -Q -batch -eval "(byte-compile-file \"$<\")"
-init2.el: init.org
- emacs -Q -batch -l org -l ob-tangle \
- -eval "(org-babel-tangle-file \"$^\")"
-
%/: %
$(MAKE) -C "$(CURDIR)/$*"