From b5e59770bbc7883036bbe4c13b0ef4749603f8e4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 25 Sep 2025 18:31:09 +0200 Subject: fix book build system --- book/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2