initial stab

This commit is contained in:
Hartmut Seichter 2024-05-25 23:20:16 +02:00
parent 5c0da63c7e
commit f91fb293af
14 changed files with 167 additions and 167 deletions

View file

@ -41,7 +41,7 @@ ${target_po}: ${source_po}
${target_nt}: ${source_nt}
pandoc ${pandoc_flags_eisvogel} -o $@ $^
${target_mhb}:
${target_mhb}: MHB/*.yaml
mkdir -p ${output_path}
python ${coursebuilder} -s MHB/schema.yaml -p -t -l de --level 2 -b MHB/book.yaml | pandoc ${pandoc_flags_eisvogel} ${mhb_flags} ${mhb_meta_de} -o $@