summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Contents/Org.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-23 17:21:02 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-23 17:27:18 +0100
commit286998950d14603f1969e9c4e18cf4e4e13f9bf6 (patch)
treec82404b3825e2b62bb5656adc3f318f6b7c228d9 /site/cleopatra/Contents/Org.org
parentDo not remove cleopatra files with 'make clean' (diff)
cleopatra is completely boostrapped
Diffstat (limited to 'site/cleopatra/Contents/Org.org')
-rw-r--r--site/cleopatra/Contents/Org.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/cleopatra/Contents/Org.org b/site/cleopatra/Contents/Org.org
index 05dbc28..e0c0341 100644
--- a/site/cleopatra/Contents/Org.org
+++ b/site/cleopatra/Contents/Org.org
@@ -60,17 +60,17 @@ EXPORT := --directory="${ROOT}/scripts/" --batch \
INIT := --batch --load="${ROOT}/scripts/packages.el" \
2>> build.log
-.emacs : scripts/packages.el
+.emacs emacs.d/ &: scripts/packages.el
@echo " init emacs configuration"
@${EMACS} ${INIT}
- @touch $@
+ @touch .emacs
%.html : %.org scripts/packages.el scripts/export-org.el .emacs org.mk
@echo " export $*.org"
@${EMACS} $< ${EXPORT}
CONTENTS += $(ORG_POSTS:.org=.html)
-GENFILES += .emacs emacs.d
+GENFILES += .emacs emacs.d/
#+END_SRC
#+BEGIN_SRC sass :tangle site/style/org.sass