aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-13 20:28:51 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-13 20:28:51 +0200
commitc4aebdaddbb4806e98070a833f3608f18fc0a596 (patch)
tree804b9e48bab587c32e92686e31a8a56a642989a5
parente8b482d8e787d919af59fc5d18db137aa127b51b (diff)
downloadhurrycurry-c4aebdaddbb4806e98070a833f3608f18fc0a596.tar
hurrycurry-c4aebdaddbb4806e98070a833f3608f18fc0a596.tar.bz2
hurrycurry-c4aebdaddbb4806e98070a833f3608f18fc0a596.tar.zst
copy readme and rename makefile
-rw-r--r--book/GNUmakefile (renamed from book/makefile)2
-rw-r--r--book/readme.md8
2 files changed, 8 insertions, 2 deletions
diff --git a/book/makefile b/book/GNUmakefile
index 4bdab4dc..ab753255 100644
--- a/book/makefile
+++ b/book/GNUmakefile
@@ -16,8 +16,6 @@ ALL = out/book.webp.tar.zst out/book.svg.tar.zst \
JSR = deno run
-
-
.PHONY: all
all: $(ALL)
diff --git a/book/readme.md b/book/readme.md
new file mode 100644
index 00000000..8e410718
--- /dev/null
+++ b/book/readme.md
@@ -0,0 +1,8 @@
+# Hurry Curry! Recipe Book
+
+## Building
+
+The book is built with Typst and uses imagery from the recipe-book repository.
+These are expected to be accessible at `book-repo/____.jpeg`, so symlinking or
+cloning it as book-repo should suffice. Then just `make` or for previewing just
+`make out/book.xx.pdf`.