From b35b453049e749683c97e00acd5243441338cae7 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 22 Jan 2023 13:16:20 +0200 Subject: [PATCH] Build system - The `doall.sh` script builds the graphs, website and documentation --- doall.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 doall.sh diff --git a/doall.sh b/doall.sh new file mode 100755 index 0000000..518216a --- /dev/null +++ b/doall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Generate the graphs +bash makegraphs.sh + +# Generate the website +python3 -m mkdocs build -d /home/pi/HDD/projects/tlang + +# Generate the book +bash makebook.s