.SUFFIXES: .md .pdf all: echo.pdf tutorial.pdf fable-arch.pdf publish: install -d files install -m 0644 *.pdf files .md.pdf: ./pandoc.sh $< -o $@