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" echo "Building document"
make pdf make pdf
mkdir public mkdir public
mv build/mainfile.pdf public mv build/$mainfile.pdf public
mv build/mainfile.log public mv build/$mainfile.log public
cd 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 mainfile='2021_Systemnahe_Programmierung'
course: Systemnahe Programmierung course='Systemnahe Programmierung'
stylefile: sysprog stylefile='sysprog'
repo: https://jrpie-notes.gitlab.com/sysprog repo='https://jrpie-notes.gitlab.com/sysprog'
term: 2021/2022 term='2021/2022'