aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
Diffstat (limited to 'book')
-rw-r--r--book/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/GNUmakefile b/book/GNUmakefile
index 9661290c..1bfeac51 100644
--- a/book/GNUmakefile
+++ b/book/GNUmakefile
@@ -27,7 +27,7 @@ out:
@mkdir -p out
book.json: book.js
- DENO_NO_UPDATE_CHECK=1 $(JSR) $< > $@~ && cp $@~ $@
+ { pushd .. >/dev/null; cargo $(CARGOFLAGS) run --release --bin hurrycurry-tools -- book; popd >/dev/null; } > $@~ && cp $@~ $@
$(wordlist 2,99,$(png_pages)): $(word 1,$(png_pages))
out/book_01.%.png: book.typ book.json locale/%.ini out