added multikey type
This commit is contained in:
parent
f35aa9e2ef
commit
35fbc4ff8c
5 changed files with 124 additions and 61 deletions
8
test/simple/Makefile
Normal file
8
test/simple/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
table.pdf:
|
||||
@echo "creating english version ..."
|
||||
python ../../coursebuilder -s schema.yaml -m mod.cg.yaml -l en -f name id | pandoc -o table.pdf
|
||||
|
||||
all: table.pdf
|
||||
|
||||
clean:
|
||||
rm table.pdf
|
Loading…
Add table
Add a link
Reference in a new issue