aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-04 11:55:09 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-09-04 11:55:09 +0200
commit8738261ec767c9708b99512e4938c189d861f5a1 (patch)
treec62da47af1da3f3912ba2efe11064a56b86be40f /Makefile
parentd7c302be4dd7f30785bfa8bbb0f9c2cf4989f868 (diff)
use python based event manager instead of sh one. posix sh was a dead end
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7549f97..498791d 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ test-dev: uzbl
XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --verbose
test-dev-dispatched: uzbl
- XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --verbose | ./examples/data/uzbl/scripts/dispatcher.sh
+ XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --verbose | ./examples/data/uzbl/scripts/event_manager.py
test-share: uzbl
XDG_DATA_HOME=${PREFIX}/share/uzbl/examples/data XDG_CONFIG_HOME=${PREFIX}/share/uzbl/examples/config ./uzbl --uri http://www.uzbl.org --verbose