🤡 Add "make bake" command (#97)

I feel like since this is bread related, release should be renamed to
"bake". So `make bake` will bake you the final book versions.
This commit is contained in:
Hendrik Kleinwaechter
2023-05-21 20:19:56 +02:00
committed by GitHub
parent c2d5e88377
commit 6c8839da87
5 changed files with 16 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ as possible are provided.
![A whole wheat sourdough bread](./book/images/whole-wheat-crumb.jpg)
## Building the book (Docker)
## 🍞 Baking the book (Docker)
```console
make
@@ -32,15 +32,15 @@ make
Then you can check out the file `book/book.pdf`
If you want to build the eBook versions (.epub, .mobi, .azw3) run:
If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:
```console
make release
make bake
```
You can check the files in the folder `book/release/`
## Building the book locally (LaTeX)
## 🍞 Baking the book locally (LaTeX)
Make sure you have `biber` installed. Refer to your system's installation
instructions for LaTeX.
@@ -50,11 +50,11 @@ cd book/
make
```
If you want to build the eBook versions (.epub, .mobi, .azw3) run:
If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:
```console
cd book/
make release
make bake
```
You can check the files in the folder `book/release/`