2 H
=$(patsubst %.md
,build
/%.html
,$M)
10 build
/%.html
: %.md build
/ Makefile
15 xdg-open build
/index.html
18 @git diff-index
--quiet HEAD
-- && test -z
"$(git ls-files --others)" ||
( \
19 1>&2 echo
"Index is dirty or there are uncommitted files!"; \
23 rsync
-vha
--delete build
/ root@thefekete.net
:/var
/www
/thefekete.net
/
28 .PHONY
: all publish view
clean