better config

This commit is contained in:
Maximilian Keßler 2022-02-15 23:17:02 +01:00
parent 0ef0cd341b
commit 6c2a1efe86
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ set -e
echo "Building document"
make pdf
mkdir public
mv build/mainfile.pdf public
mv build/mainfile.log public
mv build/$mainfile.pdf public
mv build/$mainfile.log public
cd public/
tree -H '.' -I "index.html" -D --charset utf-8 -T "course" > index.html
tree -H '.' -I "index.html" -D --charset utf-8 -T "$course" > index.html

View File

@ -1,5 +1,5 @@
mainfile: 2021_Systemnahe_Programmierung
course: Systemnahe Programmierung
stylefile: sysprog
repo: https://jrpie-notes.gitlab.com/sysprog
term: 2021/2022
mainfile='2021_Systemnahe_Programmierung'
course='Systemnahe Programmierung'
stylefile='sysprog'
repo='https://jrpie-notes.gitlab.com/sysprog'
term='2021/2022'