mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Fix relase rule in main makefile (#56)
The README says `make release` should build the ebooks, but it's building the PDF (same command as in `make build_book`). Maybe this should run `make release` inside the books folder?
This commit is contained in:
committed by
GitHub
parent
f572a22427
commit
b6f01e90c2
2
makefile
2
makefile
@@ -4,7 +4,7 @@ build_book: build_docker_image
|
||||
|
||||
.PHONY: release
|
||||
release: build_docker_image
|
||||
docker run -it -v $(PWD):/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make build_pdf"
|
||||
docker run -it -v $(PWD):/opt/repo the-sourdough-framework /bin/bash -c "cd /opt/repo/book && make release"
|
||||
|
||||
.PHONY: build_docker_image
|
||||
build_docker_image:
|
||||
|
||||
Reference in New Issue
Block a user