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