summaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-27 16:00:04 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-27 16:00:10 +0100
commit897ed6e3df0727f838da034a3dae298a9162fc42 (patch)
tree0d2860a9958585df1e71a4e5beda868149730f70 /book
parent3138918e4fb556a9f45ace7d194a5d91e8427323 (diff)
downloadhurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar
hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.bz2
hurrycurry-897ed6e3df0727f838da034a3dae298a9162fc42.tar.zst
set game version numbers
Diffstat (limited to 'book')
-rw-r--r--book/GNUmakefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/book/GNUmakefile b/book/GNUmakefile
index c80844ee..09dcdcec 100644
--- a/book/GNUmakefile
+++ b/book/GNUmakefile
@@ -11,13 +11,15 @@ svg_pages = $(shell echo out/book_{$(s_pages)}.{$(s_langs)}.svg)
webp_pages = $(shell echo out/book_{$(s_pages)}.{$(s_langs)}.webp)
pdfs = $(shell echo out/book.{$(s_langs)}.pdf)
-MOST = $(pdfs)
-ALL = out/book.webp.tar.zst out/book.svg.tar.zst \
+MINIMAL = book.json
+MOST = book.json $(pdfs)
+ALL = book.json out/book.webp.tar.zst out/book.svg.tar.zst \
$(pdfs) $(png_pages) $(webp_pages) $(svg_pages)
JSR = deno run
.PHONY: all
+minimal: $(MINIMAL)
most: $(MOST)
all: $(ALL)