summaryrefslogtreecommitdiffstats
path: root/site/cleopatra/Bootstrap.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-26 22:10:54 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-26 22:14:37 +0100
commite6cd97fc89131f10787e39b7c68368a67b6709af (patch)
treea975a48816a128b765b85d71063caff60f51189a /site/cleopatra/Bootstrap.org
parentImproving the end of the Bootstrapping cleopatra document (diff)
Display source blocks names and tangle filenames in HTML output
Diffstat (limited to 'site/cleopatra/Bootstrap.org')
-rw-r--r--site/cleopatra/Bootstrap.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/site/cleopatra/Bootstrap.org b/site/cleopatra/Bootstrap.org
index 67073a5..e0dd453 100644
--- a/site/cleopatra/Bootstrap.org
+++ b/site/cleopatra/Bootstrap.org
@@ -67,7 +67,6 @@ In a nutshell,
#+BEGIN_SRC org
#+BEGIN_SRC makefile :tangle ../../Makefile :noweb yes
#+END_SRC
-
- ~CLEODIR~ ::
Tell *~cleopatra~* where its sources live. If you place it inside the ~site/~
directory (as it is intended), and you enable the use of ~org~ files to author
@@ -244,7 +243,9 @@ ${PROC}.mk ${AUX} &:\\
CONFIGURE += ${PROC}.mk ${AUX}
-.PHONY : ${PROC}-prebuild ${PROC}-build ${PROC}-postbuild
+.PHONY : ${PROC}-prebuild \\
+ ${PROC}-build \\
+ ${PROC}-postbuild
EOF
#+END_SRC
@@ -388,7 +389,9 @@ echo ${END_MARKER} >> .gitignore
#+BEGIN_SRC makefile :tangle bootstrap.mk
ignore :
@echo " update gitignore"
- @scripts/update-gitignore.sh ${ARTIFACTS} ${CONFIGURE}
+ @scripts/update-gitignore.sh \
+ ${ARTIFACTS} \
+ ${CONFIGURE}
clean :
@rm -rf ${ARTIFACTS}