Skip to content
Snippets Groups Projects
Unverified Commit 9b208f30 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

link resources only via config

parent dd92919e
Branches
Tags 0.6
No related merge requests found
......@@ -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:
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment