From aeb2447ba6a55d5921afaef6d4fdef4b5af6bf7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Tue, 1 Sep 2020 00:37:41 +0200
Subject: [PATCH] =?UTF-8?q?Whiskey=20hj=C3=A4lper=20inte=20en=20l=C3=A4sa?=
 =?UTF-8?q?=20dokumentationen.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.sh b/build.sh
index 00a2015..2c928de 100755
--- a/build.sh
+++ b/build.sh
@@ -22,3 +22,7 @@ popd
 pushd tilde
 latexmk -pdf
 popd
+
+for f in `find -name \*.pdf`; do
+	mv $f $(basename $f)
+done
-- 
GitLab