From 1ea740e71a2ade9966cac85f90f139339e624045 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Mon, 24 Feb 2020 17:59:15 +0100 Subject: More tweaking of too long code lines --- site/cleopatra/Bootstrap.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'site/cleopatra/Bootstrap.org') 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 -- cgit v1.2.3