www.nico.schottelius.org/Makefile
Nico Schottelius 77bd48fa79 add link to Nico Schottelius' ETH-Blog
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-10-27 11:08:10 +01:00

22 lines
452 B
Makefile

DESTDIR=/home/users/nico/privat/rechner/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
all:
$(IKIWIKI) --refresh --setup ikiwiki.setup
all-unfresh:
$(IKIWIKI) --setup ikiwiki.setup
view: all
$(BROWSER) ${DESTDIR}/index.html
clean: all
rm -rf ${DESTDIR}
public: all
git push --mirror
rsync -av --delete ${DESTDIR} ${PUBDIR}