summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Bootstrap.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-24 17:59:15 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-24 17:59:41 +0100
commit1ea740e71a2ade9966cac85f90f139339e624045 (patch)
tree8416e7faef3e91a2889e7e76b3cc92c1d2fae1bd /site/cleopatra/Bootstrap.org
parentRework users instructions for the equation plugin (diff)
More tweaking of too long code lines
Diffstat (limited to 'site/cleopatra/Bootstrap.org')
-rw-r--r--site/cleopatra/Bootstrap.org7
1 files changed, 3 insertions, 4 deletions
diff --git a/site/cleopatra/Bootstrap.org b/site/cleopatra/Bootstrap.org
index 9ffbe77..2face0b 100644
--- a/site/cleopatra/Bootstrap.org
+++ b/site/cleopatra/Bootstrap.org
@@ -59,13 +59,13 @@ In a nutshell,
instance, the ~BLOCK_SRC~ headers for ~Makefile~ looks like
#+BEGIN_SRC org
- #+BEGIN_SRC makefile :tangle Makefile :noweb tangle
+#+BEGIN_SRC makefile :tangle Makefile :noweb yes
#+END_SRC
instead of, /e.g./,
#+BEGIN_SRC org
- #+BEGIN_SRC makefile :tangle ../../Makefile :noweb tangle
+#+BEGIN_SRC makefile :tangle ../../Makefile :noweb yes
#+END_SRC
- ~CLEODIR~ ::
@@ -150,8 +150,7 @@ dependency.
default: init-log build
init-log:
- @echo "===========[CLEOPATRA BUILD LOG]===========" \
- > build.log
+ @rm -f build.log
.PHONY: init-log default build
#+END_SRC