summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-20 22:58:42 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-20 22:58:42 +0100
commitb3a30963af918d1d4edf03ac67ba44089c1a5417 (patch)
tree4321e74abe8f1df724848162df9d264b36e15415 /Makefile
parentMake an heavy use of Makefile variables (diff)
Adopt a literate programming for `main.sass'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 69739d1..b16c05f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
ROOT := $(shell pwd)
-CLEODIR := site/posts/meta/
+CLEODIR := site/posts/meta
GENFILES := scripts/tangle-org.el bootstrap.mk
include bootstrap.mk
-bootstrap.mk scripts/tangle-org.el &: site/posts/meta/Bootstrap.org
+bootstrap.mk scripts/tangle-org.el &: ${CLEODIR}/Bootstrap.org
@echo " tangle $<"
@ROOT="${ROOT}" emacs $< --batch \
--eval "(require 'org)" \
--eval "(setq org-src-preserve-indentation t)" \
- --eval "(org-babel-tangle)"
+ --eval "(org-babel-tangle)" 2>/dev/null
.PHONY: clean build force