diff --git a/Makefile b/Makefile index 7e58c1bef27a90ee871ad34271ad016410bcaca6..658073cbf8a46ae9ab6b8109dbe914a72b796372 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,14 @@ include config/vars .PHONY: all -all: .check $(BOOK).pdf +all: check $(RELEASE) config/vars: @git submodule update --init -.PHONY: clean all - -qr.tex: README.md config/vars | .switch-gls - @printf '\qrcode[height=.2\\textwidth]{$(QR_TARGET)}' > qr.tex -.switch-gls: - @touch .switch-gls - -$(BOOK).pdf: $(DEPS) | qr.tex +$(DBOOK): $(DEPS) | qr.tex @$(COMPILER) main.tex +.PHONY: clean clean: $(CLEAN) diff --git a/README.md b/README.md index 0eea1616cf42b2dcba37d5bbbe03c8791b7ec0c8..523b6a73654fb03b14808f2f05e97187cbd13b05 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Core Rules + | Downloads | Resources | |:-------------------------------------|:------------------------------| | [Core Book][core download] | [Wiki][wiki] | @@ -26,7 +28,7 @@ Everything in the book has been optimized for reading on paper, and reading two- * For Void Linux: `inkscape`, `make`, `texlive-full`, `git-lfs`, and `texlive-latexmk`. 1. Enter the repo, and do `make all`. -For full instructions on compiling, see the [wiki](https://gitlab.com/bindrpg/core/-/wikis/dev/Compiling). +For full setup instructions, see the [wiki][compiling]. # Related Books @@ -67,7 +69,8 @@ If you want to get involved, there are a number of ways to contribute: - Contributing art. - Or if you don't like how I'm handling the book, fork it and make your own. -[core download]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/core.pdf?job=build +[compiling]: https://gitlab.com/bindrpg/core/-/wikis/dev/Compiling +[core download]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/Core_Rules.pdf?job=build [resources]: https://gitlab.com/bindrpg/config/-/jobs/artifacts/master/raw/resources.pdf?job=build [wiki]: https://gitlab.com/bindrpg/core/-/wikis/home [aif]: https://gitlab.com/bindrpg/aif diff --git a/config b/config index 9ef566047b2a09c391d89c4dba441fb534c308f5..5701d7b9cb8af2e51703405c6f9f6c8439711b5d 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 9ef566047b2a09c391d89c4dba441fb534c308f5 +Subproject commit 5701d7b9cb8af2e51703405c6f9f6c8439711b5d