summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/Makefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-22 22:43:20 +0200
committerGravatar Tom Willemse2015-09-22 22:43:20 +0200
commitdea9949d4ba0d6d641a84597e14e1867659c8a97 (patch)
tree46af76b806516d1a98634cd5379afd7ebb8a47f9 /emacs/.emacs.d/Makefile
parentbd95338b9dc2c5e74a5b6864116924ce132dee9c (diff)
downloaddotfiles-dea9949d4ba0d6d641a84597e14e1867659c8a97.tar.gz
dotfiles-dea9949d4ba0d6d641a84597e14e1867659c8a97.zip
Directly include the preparation chapter
Diffstat (limited to 'emacs/.emacs.d/Makefile')
-rw-r--r--emacs/.emacs.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile
index 516eb07..0b9d68c 100644
--- a/emacs/.emacs.d/Makefile
+++ b/emacs/.emacs.d/Makefile
@@ -11,7 +11,7 @@ all: init2.elc init.elc site-lisp/site-autoloads.el snippets
@$(EMACS) $(EARGS) -eval "(byte-compile-file \"$<\")"
init.el: init2.el
-init2.el: init.org org/intro.org
+init2.el: init.org
@echo "OBT $<"
@$(EMACS) $(EARGS) -l "ob-tangle" \
-eval "(org-babel-tangle-file \"init.org\")"