documentation/doall.sh

11 lines
171 B
Bash
Executable File

#!/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