use ikiwikitest.sh for generation with latest ikiwiki
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
0dd8ce0f3b
commit
c6bf568213
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,12 +1,13 @@
|
||||||
DESTDIR=/home/users/nico/privat/computer/net/netzseiten/www.nico.schottelius.org/dst/
|
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/
|
PUBDIR=tee.schottelius.org:/home/services/www/nico/www.nico.schottelius.org/www/
|
||||||
BROWSER=conkeror
|
BROWSER=conkeror
|
||||||
|
IKIWIKI=ikiwikitest.sh --refresh
|
||||||
|
|
||||||
view: all
|
view: all
|
||||||
$(BROWSER) ${DESTDIR}/index.html
|
$(BROWSER) ${DESTDIR}/index.html
|
||||||
|
|
||||||
all:
|
all:
|
||||||
ikiwiki --setup ikiwiki.setup --refresh
|
$(IKIWIKI) --setup ikiwiki.setup
|
||||||
|
|
||||||
clean: all
|
clean: all
|
||||||
rm -rf ${DESTDIR}
|
rm -rf ${DESTDIR}
|
||||||
|
|
Loading…
Reference in a new issue