Build system

- The `doall.sh` script builds the graphs, website and documentation
This commit is contained in:
Tristan B. Velloza Kildaire 2023-01-22 13:16:20 +02:00
parent 45386ee782
commit b35b453049
1 changed files with 10 additions and 0 deletions

10
doall.sh Executable file
View File

@ -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