.PHONY: build publish all all: build pub: mkdir pub pub/index.html: README.md | pub pandoc -s README.md -o pub/index.html build: pub/index.html ./gen_canned.sh publish: rsync -a --delete-after canned/ ede.dn5.dk:canned/ rsync -a --delete-after pub/ ede.dn5.dk:pub/