disable old processing code
This commit is contained in:
parent
1381c37500
commit
7c73d3b5f6
4 changed files with 89 additions and 93 deletions
|
@ -23,7 +23,7 @@ ${target_de}:
|
|||
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml -l de -f fields.yaml | pandoc ${target_flags} -o ${target_de}
|
||||
|
||||
${target_de_book}:
|
||||
python ${coursebuilder} -s schema.yaml -b book.yaml -p --title "### {}" -l de --leftcol 36 | pandoc ${target_flags} -V lang:de -o ${target_de_book}
|
||||
python ${coursebuilder} -s schema.yaml -b book.yaml -p --title "### {}" -l de --leftcol 20 --legacy | pandoc ${target_flags} -V lang:de -o ${target_de_book}
|
||||
|
||||
clean:
|
||||
rm -f ${targets}
|
||||
|
|
|
@ -231,8 +231,8 @@ term:
|
|||
en: "term"
|
||||
}
|
||||
template:
|
||||
de: " ${value}\\. Semester"
|
||||
en: " ${value}\\. semester"
|
||||
de: "{value}\\. Semester"
|
||||
en: "{value}\\. semester"
|
||||
|
||||
#
|
||||
# Häufigkeit des Angebots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue