disable old processing code

This commit is contained in:
Hartmut Seichter 2024-05-19 10:03:00 +02:00
parent 1381c37500
commit 7c73d3b5f6
4 changed files with 89 additions and 93 deletions

View file

@ -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}