all: usage-responsable-numerique.pptx

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

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

.PHONY: all
