mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-02-11 16:57:14 -06:00
🤡 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:
committed by
GitHub
parent
c2d5e88377
commit
6c8839da87
6
makefile
6
makefile
@@ -2,9 +2,9 @@
|
||||
build_book: build_docker_image
|
||||
docker run -it -v .:/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make build_pdf"
|
||||
|
||||
.PHONY: release
|
||||
release: build_docker_image
|
||||
docker run -it -v .:/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make release"
|
||||
.PHONY: bake
|
||||
bake: build_docker_image
|
||||
docker run -it -v .:/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make bake"
|
||||
|
||||
.PHONY: build_docker_image
|
||||
build_docker_image:
|
||||
|
||||
Reference in New Issue
Block a user