From 2d66323ab284918ca83edf3299fadf3367c1b659 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 21 Aug 2024 20:46:26 +0200
Subject: [PATCH] update config with entitled pdf

---
 Makefile  | 12 +++---------
 README.md |  7 +++++--
 config    |  2 +-
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/Makefile b/Makefile
index 7e58c1be..658073cb 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 0eea1616..523b6a73 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 9ef56604..5701d7b9 160000
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit 9ef566047b2a09c391d89c4dba441fb534c308f5
+Subproject commit 5701d7b9cb8af2e51703405c6f9f6c8439711b5d
-- 
GitLab