Updated build file and gitignore.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,6 +5,8 @@ document/*
|
|||||||
*.swp
|
*.swp
|
||||||
tags
|
tags
|
||||||
document.paux
|
document.paux
|
||||||
|
review
|
||||||
|
codebook.toml
|
||||||
*.aux
|
*.aux
|
||||||
*.bbl
|
*.bbl
|
||||||
*.blg
|
*.blg
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -8,7 +8,7 @@ pdflatex -interaction=nonstopmode document.tex > /dev/null 2>&1
|
|||||||
|
|
||||||
# Website compilation procedure
|
# Website compilation procedure
|
||||||
python3 tagger.py >> tags
|
python3 tagger.py >> tags
|
||||||
plastex --renderer=Gerby ./document.tex
|
./plastex-venv/bin/plastex --renderer=Gerby ./document.tex
|
||||||
cd ./gerby-website/gerby/tools
|
cd ./gerby-website/gerby/tools
|
||||||
python3 update.py
|
python3 update.py
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|||||||
Reference in New Issue
Block a user