helper target
This commit is contained in:
parent
6e281d3262
commit
a0cbd6af98
@ -25,6 +25,9 @@ clean-tables:
|
||||
./db -c "drop table $$t"; \
|
||||
done
|
||||
|
||||
.PHONY: slides
|
||||
slides: slides-2021-03-29.pdf slides-2021-03-29.html
|
||||
|
||||
slides-2021-03-29.pdf: slides-2021-03-29.txt
|
||||
pandoc -t beamer -i $< -o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user