From 05c051d8d9298c98ceafe80be9314cc137bf6ee6 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 21 Oct 2009 13:26:27 +0200 Subject: [PATCH] add browser variable Signed-off-by: Nico Schottelius --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8daf85bd..2c1a7c0d 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ 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 view: all - firefox ${DESTDIR}/index.html + $(BROWSER) ${DESTDIR}/index.html all: ikiwiki --setup ikiwiki.setup --refresh