diff --git a/Makefile b/Makefile index e8af67e43365774a0ac0c2d146e6345def7eacb6..77e9994d35e8b5ac191efa2196a3f8dcdd6697da 100644 --- a/Makefile +++ b/Makefile @@ -19,12 +19,7 @@ $(BOOK).sls: | $(BOOK).glo $(BOOK).pdf: $(BOOK).sls $(wildcard *.tex) $(wildcard config/*.sty) @pdflatex -jobname $(BOOK) main.tex -config/resources.pdf: config/bind.sty - @make -C config resources.pdf -resources.pdf: config/resources.pdf - @cp config/resources.pdf . - -all: $(BOOK).pdf resources.pdf +all: $(BOOK).pdf @latexmk -jobname=$(BOOK) -shell-escape -pdf main.tex clean: diff --git a/README.md b/README.md index 9a78d10a73755109063e2268d6beaff35c41e504..dbbc7428f763b3681e83b445452511246e4b4770 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ If you want to get involved, there are a number of ways to contribute: - 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 -[resources]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/resources.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 [cs]: https://gitlab.com/bindrpg/core/-/blob/ods/calc_cs/bind_cs.ods