coursebuilder/test/simple/Makefile

8 lines
185 B
Makefile
Raw Normal View History

2023-11-08 20:42:15 +01:00
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