Added build scripts.

This commit is contained in:
Bokuan Li
2025-12-21 01:45:21 -05:00
parent aab09f84f1
commit ceabf78b0e
3 changed files with 10 additions and 0 deletions

6
build.sh Normal file
View File

@@ -0,0 +1,6 @@
rm -r ./document
python3 tagger.py >> tags
plastex --renderer=Gerby ./document.tex
cd ./gerby-website/gerby/tools
python3 update.py
cd ../../..