www.nico.schottelius.org/Makefile
Nico Schottelius e4c03321f6 include git publishing
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-06-21 10:25:35 +02:00

17 lines
352 B
Makefile

DESTDIR=/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/dst/
PUBDIR=tee.schottelius.org:/home/services/www/nico/www.nico.schottelius.org/www/
view: all
firefox ${DESTDIR}/index.html
all:
ikiwiki --setup ikiwiki.setup
clean: all
rm -rf ${DESTDIR}
public: all
git push --mirror
rsync -av --delete ${DESTDIR} ${PUBDIR}