summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Contents/Org.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-23 19:04:41 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-23 19:05:56 +0100
commita031c80ba809ea733da56d4e68d838e08a2ba224 (patch)
treeafe0bd731b9b314cbea86463f542149120ec2a1a /site/cleopatra/Contents/Org.org
parentUse a softer theme (diff)
Yet another attempt to only init npm and Emacs when necessary
Diffstat (limited to 'site/cleopatra/Contents/Org.org')
-rw-r--r--site/cleopatra/Contents/Org.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/cleopatra/Contents/Org.org b/site/cleopatra/Contents/Org.org
index 856a002..7dc368c 100644
--- a/site/cleopatra/Contents/Org.org
+++ b/site/cleopatra/Contents/Org.org
@@ -61,7 +61,7 @@ EXPORT := --directory="${ROOT}/scripts/" --batch \
INIT := --batch --load="${ROOT}/scripts/packages.el" \
2>> build.log
-.emacs emacs.d/ &: scripts/packages.el
+.emacs : scripts/packages.el
@echo " init emacs configuration"
@${EMACS} ${INIT}
@touch .emacs
@@ -71,7 +71,7 @@ INIT := --batch --load="${ROOT}/scripts/packages.el" \
@${EMACS} $< ${EXPORT}
CONTENTS += $(ORG_POSTS:.org=.html)
-GENFILES += .emacs emacs.d/
+GENAUX += .emacs emacs.d/
#+END_SRC
#+BEGIN_SRC sass :tangle site/style/org.sass