8 lines
185 B
Makefile
8 lines
185 B
Makefile
|
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
|