aboutsummaryrefslogtreecommitdiff
path: root/Buildscr
diff options
context:
space:
mode:
Diffstat (limited to 'Buildscr')
-rw-r--r--Buildscr6
1 files changed, 3 insertions, 3 deletions
diff --git a/Buildscr b/Buildscr
index 68bdf27..f6eb4c1 100644
--- a/Buildscr
+++ b/Buildscr
@@ -146,10 +146,10 @@ endif
# have the right dependencies installed for Emscripten, I do this by a
# delegation.
ifneq "$(NOJS)" yes then
- # The Emscripten delegate doesn't have Halibut, so provide the HTML
- # docs for the KaiOS apps to use.
+ # The Emscripten delegate doesn't have Halibut, so build a set of
+ # HTML docs for the KaiOS apps to use.
in puzzles do mkdir -p build-kaios/help/en
- in puzzles do cp -Rv doc/* build-kaios/help/en
+ in puzzles/build-kaios/help/en do halibut --html -Chtml-template-fragment:%k ../../../puzzles.but ../../../emcccopy.but
delegate emscripten
in puzzles do emcmake cmake -B build-emscripten $(web_unfinished_option) .
in puzzles/build-emscripten do make -j$(nproc) VERBOSE=1