summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Theme.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/Theme.org
parentProvide a rule to initialize Emacs packages (diff)
Do not remove cleopatra files with 'make clean'
Diffstat (limited to 'site/cleopatra/Theme.org')
-rw-r--r--site/cleopatra/Theme.org5
1 files changed, 2 insertions, 3 deletions
diff --git a/site/cleopatra/Theme.org b/site/cleopatra/Theme.org
index 5029380..9ab2b5c 100644
--- a/site/cleopatra/Theme.org
+++ b/site/cleopatra/Theme.org
@@ -233,10 +233,9 @@ body#vcard
SASS := site/style/main.sass
CSS := $(SASS:.sass=.css)
-GENFILES += ${CLEO_THEME_TANGLE} ${SASS}
-CONTENTS += ${CSS} templates/main.html
-
${CSS} : ${SASS} ${GENSASS}
@echo " compile $<"
@sassc --style=compressed --sass $< $@
+
+CONTENTS += ${CSS}
#+END_SRC