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

update README links

parent 4c16b7f1
No related branches found
No related tags found
No related merge requests found
......@@ -11,4 +11,4 @@ compile_pdf:
- run
artifacts:
paths:
- core.pdf
- "*.pdf"
......@@ -2,6 +2,8 @@ BOOK = $(shell basename "$$(pwd)")
output: $(BOOK).pdf
.PHONY: clean all
global: config/bind.sty .switch-gls
.switch-gls:
@touch -r Makefile .switch-gls
......@@ -17,8 +19,13 @@ $(BOOK).sls: | $(BOOK).glo
$(BOOK).pdf: $(BOOK).sls $(wildcard *.tex) $(wildcard config/*.sty)
@pdflatex -jobname $(BOOK) main.tex
all: $(BOOK).pdf
latexmk -jobname=$(BOOK) -shell-escape -pdf 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
@latexmk -jobname=$(BOOK) -shell-escape -pdf main.tex
clean:
rm -fr *.aux *.sls *.slo *.slg *.toc *.acn *.log *.out *.idx *.ist *.glo *.glg *.gls *.acr *.alg \
......@@ -30,4 +37,3 @@ clean:
*.fdb_latexmk \
*.fls
.PHONY: clean all
......@@ -4,8 +4,7 @@
|:-------------------------------------|:------------------------------|
| [Core Book][core download] | [Wiki][wiki] |
| [Character Sheets][resources] | [Email an idea][issuesEmail] |
| [Reference Version][reference] | [Issues Board][board] |
| [Character Spread Sheet][cs] | [ Your ad here $5 ] |
| [Character Spread Sheet][cs] | [Issues Board][board] |
BIND is a grunge-fantasy tabletop RPG core ruleset.
......@@ -60,8 +59,7 @@ If you want to get involved, there are a number of ways to contribute:
- Join the project, and start fixing issues.
- 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/BIND.pdf?job=compile_pdf
[reference]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/BIND_ref.pdf?job=compile_pdf
[core download]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/core.pdf?job=compile_pdf
[resources]: https://gitlab.com/bindrpg/core/-/jobs/artifacts/master/raw/resources.pdf?job=compile_pdf
[wiki]: https://gitlab.com/bindrpg/core/-/wikis/home
[aif]: https://gitlab.com/bindrpg/aif
......
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