diff options
Diffstat (limited to 'book/GNUmakefile')
-rw-r--r-- | book/GNUmakefile | 2 |
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 |