From ddf68b24440daca20188deb6624fde3ee29dea6d 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:32:07 +0200
Subject: [PATCH] Faan

---
 build.sh | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

diff --git a/build.sh b/build.sh
index 9aff9de..00a2015 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,24 @@
 #!/bin/bash
-cd administrativt/kortlapp/ && latexmk -pdf
-cd administrativt/medlemslapp/ && latexmk -pdf
-cd infomöte && latexmk -pdf single
-cd infomöte && latexmk -pdf multi
-cd infomöte/presentation && latexmk -pdf
-cd tilde && latexmk -pdf
+pushd administrativt/kortlapp/ 
+latexmk -pdf
+popd
+
+pushd administrativt/medlemslapp/
+latexmk -pdf
+popd
+
+pushd infomöte
+latexmk -pdf single
+popd
+
+pushd infomöte
+latexmk -pdf multi
+popd
+
+pushd infomöte/presentation
+latexmk -pdf
+popd
+
+pushd tilde
+latexmk -pdf
+popd
-- 
GitLab