Skip to content
Snippets Groups Projects
Verified Commit 2d66323a authored by Malin Freeborn's avatar Malin Freeborn
Browse files

update config with entitled pdf

parent 58489117
No related branches found
No related tags found
No related merge requests found
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)
# 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
......
Subproject commit 9ef566047b2a09c391d89c4dba441fb534c308f5
Subproject commit 5701d7b9cb8af2e51703405c6f9f6c8439711b5d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment