summaryrefslogtreecommitdiffstats
path: root/site/posts/meta/Bootstrap.org
diff options
context:
space:
mode:
Diffstat (limited to 'site/posts/meta/Bootstrap.org')
-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"