add preliminary tooling
[azarus.ch.git] / Makefile
blob1ed23833f3bd044571a7be53d46eae52a248e0dc
1 WEBDIR=/var/www/htdocs/
3 publish:
4 doas rsync -av --exclude-from exclude-file ./ $(WEBDIR)
6 newpost:
7 cp post.tmpl posts/$$(date +%F)-title.html