From ebdadb2bdd8303a0e5447564e9ff1f865b0c3c0a Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 18 Jul 2023 00:21:35 +0200
Subject: [PATCH] remove cs repo

---
 .gitmodules   |  3 ---
 cs            |  1 -
 main.tex      |  6 +++---
 resources.tex | 10 +++++-----
 4 files changed, 8 insertions(+), 12 deletions(-)
 delete mode 160000 cs

diff --git a/.gitmodules b/.gitmodules
index 3acac080..bfcb8359 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
 [submodule "config"]
 	path = config
 	url = https://gitlab.com/bindrpg/config.git
-[submodule "cs"]
-	path = cs
-	url = https://gitlab.com/bindrpg/cs.git
diff --git a/cs b/cs
deleted file mode 160000
index 07265059..00000000
--- a/cs
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 072650595ecc7ddde0cb10eb0692d1187039c372
diff --git a/main.tex b/main.tex
index 30c92e4d..4a162605 100644
--- a/main.tex
+++ b/main.tex
@@ -65,10 +65,10 @@ Keywords={TTRPG,RPG,roleplaying}
 
 \input{appendix.tex}
 
-\include{cs/reset_cs.tex}
+\include{config/reset_cs.tex}
 
-\include{cs/GS.tex}
+\include{config/GS.tex}
 
-\include{cs/CS.tex}
+\include{config/CS.tex}
 
 \end{document}
diff --git a/resources.tex b/resources.tex
index dbc7f184..2b8835ae 100644
--- a/resources.tex
+++ b/resources.tex
@@ -11,18 +11,18 @@
 
 \pagestyle{empty}
 
-\input{cs/commands.tex}
-\input{cs/reset_cs.tex}
+\input{config/commands.tex}
+\input{config/reset_cs.tex}
 
 \input{overview.tex}
 
 \shipout\null
 
 \Repeat{9}{
-  \input{cs/CS.tex}
-  \input{cs/backpage.tex}
+  \input{config/CS.tex}
+  \input{config/backpage.tex}
 }
 
-\input{cs/GS.tex}
+\input{config/GS.tex}
 
 \end{document}
-- 
GitLab