www.nico.schottelius.org/Makefile

17 lines
333 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
rsync -av --delete ${DESTDIR} ${PUBDIR}