www.nico.schottelius.org/Makefile
Nico Schottelius c6bf568213 use ikiwikitest.sh for generation with latest ikiwiki
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-10-21 22:10:10 +02:00

19 lines
408 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/
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}