summaryrefslogtreecommitdiff
path: root/Makefile
blob: 1f9b22381d9425023cb05ff9d0a08e09715b6dc1 (plain)
1
2
3
4
5
6
7
8
9
10
.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 $@