add browser variable
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
9ad0b7ba47
commit
05c051d8d9
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,8 +1,9 @@
|
||||||
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
|
||||||
|
|
||||||
view: all
|
view: all
|
||||||
firefox ${DESTDIR}/index.html
|
$(BROWSER) ${DESTDIR}/index.html
|
||||||
|
|
||||||
all:
|
all:
|
||||||
ikiwiki --setup ikiwiki.setup --refresh
|
ikiwiki --setup ikiwiki.setup --refresh
|
||||||
|
|
Loading…
Reference in a new issue