diff options
Diffstat (limited to 'book')
-rw-r--r-- | book/GNUmakefile (renamed from book/makefile) | 2 | ||||
-rw-r--r-- | book/readme.md | 8 |
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`. |