all: usage-responsable-numerique.pptx info-van-hecke.pdf

%.pptx: %.md
	pandoc $< -t pptx -o $@

%.pdf: %.md
	pandoc -t pdf $< -o $@

.PHONY: all
