From d82c08159c662601ed7f5ed9eb5b909c0028d8cb Mon Sep 17 00:00:00 2001
From: Federico Lolli <federico.lolli@skywarder.eu>
Date: Mon, 19 Feb 2024 00:24:36 +0100
Subject: [PATCH] moved docs in custom directory

---
 data.yml => docs/data.yml                   | 0
 documentation.typ => docs/documentation.typ | 0
 functions.typ => docs/functions.typ         | 0
 justfile                                    | 2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)
 rename data.yml => docs/data.yml (100%)
 rename documentation.typ => docs/documentation.typ (100%)
 rename functions.typ => docs/functions.typ (100%)

diff --git a/data.yml b/docs/data.yml
similarity index 100%
rename from data.yml
rename to docs/data.yml
diff --git a/documentation.typ b/docs/documentation.typ
similarity index 100%
rename from documentation.typ
rename to docs/documentation.typ
diff --git a/functions.typ b/docs/functions.typ
similarity index 100%
rename from functions.typ
rename to docs/functions.typ
diff --git a/justfile b/justfile
index 83e5def..15404b5 100644
--- a/justfile
+++ b/justfile
@@ -3,7 +3,7 @@ alias bd := build-debug
 alias c := clean
 alias d := docs
 
-source := 'documentation.typ'
+source := 'docs/documentation.typ'
 dest := 'documentation.pdf'
 
 export MATLAB_LIB_DIR := '/Applications/MATLAB_R2021b.app/bin/maci64'
-- 
GitLab