summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Contents/Org.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-23 16:45:28 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-23 16:55:22 +0100
commit39fd0f01f46d38b2de7061ac14328058a6a74c2d (patch)
tree96375e7048c6fc2516ed4885402b24f7acdbdd67 /site/cleopatra/Contents/Org.org
parentProvide a rule to initialize Emacs packages (diff)
Do not remove cleopatra files with 'make clean'
Diffstat (limited to 'site/cleopatra/Contents/Org.org')
-rw-r--r--site/cleopatra/Contents/Org.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/cleopatra/Contents/Org.org b/site/cleopatra/Contents/Org.org
index ca311f5..05dbc28 100644
--- a/site/cleopatra/Contents/Org.org
+++ b/site/cleopatra/Contents/Org.org
@@ -65,7 +65,7 @@ INIT := --batch --load="${ROOT}/scripts/packages.el" \
@${EMACS} ${INIT}
@touch $@
-%.html : %.org scripts/packages.el scripts/export-org.el .emacs
+%.html : %.org scripts/packages.el scripts/export-org.el .emacs org.mk
@echo " export $*.org"
@${EMACS} $< ${EXPORT}