From ff363ea67a977910acdbed9f1776aa1d41254781 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 23 Jul 2021 12:17:27 +0200
Subject: [PATCH] add extra artists' credits

---
 Makefile          | 4 +++-
 images/artists.md | 9 ++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 215f2aa3..0bcc958d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,9 @@ ref:
 	make
 	rm .ref
 	mv main.pdf bind_ref.pdf
-all: ref ${filename}.pdf resources.pdf
+creds:
+	cd images && pandoc artists.md -o ../art.pdf
+all: ref ${filename}.pdf resources.pdf creds
 tree:
 	[ -e ../config ] || ( echo "You don't have a local config repo" && exit 1 )
 	git status
diff --git a/images/artists.md b/images/artists.md
index 5a3b684c..7820b061 100644
--- a/images/artists.md
+++ b/images/artists.md
@@ -1,9 +1,8 @@
-![The Storyteller, by Boris Pecikozic](Boris_Pecikozic/the_storyteller.jpg)
-
-
+![The Storyteller, by Boris
+Pecikozic](Boris_Pecikozic/the_storyteller.jpg)
 
 ![Vitals Shot by Roch Hercka](Roch_Hercka/vitals_shot.jpg)
 
-
-
 ![Escape by Vladimir Arabadzhi](Vladimir_Arabadzhi/escape.svg)
+
+![Studio DA](Studio_DA/fire_form.svg)
-- 
GitLab