www.nico.schottelius.org/Makefile
Nico Schottelius fa1f5c6593 update filesystem url and add paypal button
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-10-21 22:54:16 +02:00

19 lines
405 B
Makefile

DESTDIR=/home/users/nico/privat/computer/netz/seiten/www.nico.schottelius.org/dst/
PUBDIR=tee.schottelius.org:/home/services/www/nico/www.nico.schottelius.org/www/
BROWSER=conkeror
IKIWIKI=ikiwikitest.sh --refresh
view: all
$(BROWSER) ${DESTDIR}/index.html
all:
$(IKIWIKI) --setup ikiwiki.setup
clean: all
rm -rf ${DESTDIR}
public: all
git push --mirror
rsync -av --delete ${DESTDIR} ${PUBDIR}