diff options
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |