just cleanup
This commit is contained in:
parent
010aa5e72f
commit
0a5db9f8ad
2 changed files with 14 additions and 12 deletions
|
@ -11,18 +11,20 @@ table.de.pdf:
|
|||
|
||||
all: table.en.pdf table.de.pdf
|
||||
|
||||
clean:
|
||||
clean:
|
||||
rm -f table.en.pdf table.de.pdf
|
||||
|
||||
debug-template:
|
||||
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml -l de -f name credits --template "$$name | $$credits"
|
||||
|
||||
debug-markdown:
|
||||
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml -l de -f name credits
|
||||
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml -l de -f name credits
|
||||
|
||||
debug-book:
|
||||
python ${coursebuilder} -s schema.yaml -b book.yaml -l de
|
||||
python ${coursebuilder} -s schema.yaml -b book.yaml -l de
|
||||
|
||||
debug:
|
||||
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml -l de -f fields.yaml
|
||||
|
||||
table:
|
||||
python ${coursebuilder} -s schema.yaml -b book.yaml -l de -f fields.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue