add makefile

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-05-14 17:55:05 +02:00
parent f1f616b600
commit a12eb206bf
1 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
DESTDIR=/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/dst
view: all
firefox ${DESTDIR}/index.html
all:
ikiwiki --setup ikiwiki.setup
clean: all
rm -rf ${DESTDIR}