summaryrefslogtreecommitdiffstats
path: root/site/posts
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-22 16:29:19 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-22 16:29:19 +0100
commitf074109261666d59363d26169d7f62d17b15f00f (patch)
tree0a41c8aef8adb19f1ed03888a54133769e78f4cf /site/posts
parentIntegrate `update-gitignore.sh' inside cleopatra (diff)
Remove useless dependencies in the `build' rule of cleopatra
Diffstat (limited to 'site/posts')
-rw-r--r--site/posts/meta/Bootstrap.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/site/posts/meta/Bootstrap.org b/site/posts/meta/Bootstrap.org
index 751e10c..22e4ea4 100644
--- a/site/posts/meta/Bootstrap.org
+++ b/site/posts/meta/Bootstrap.org
@@ -234,10 +234,14 @@ section, we explain how this is achieved.
<<extends(IN="Soupault.org", GF="soupault.conf")>>
#+END_SRC
+#+BEGIN_SRC makefile :tangle bootstrap.mk
+CONTENTS += soupault.conf
+#+END_SRC
+
** Wrapping-up
#+BEGIN_SRC makefile :tangle bootstrap.mk
-build : ${CONTENTS} ${GENFILES}
+build : ${CONTENTS}
@echo " run soupault"
@soupault
@echo " update .gitignore"