diff --git a/doall_relative.sh b/doall_relative.sh new file mode 100755 index 0000000..70ea08d --- /dev/null +++ b/doall_relative.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# Generate the graphs +bash makegraphs.sh + +# Generate the website +python3 -m mkdocs build -d $1 + +# Generate the book +#bash makebook.s