aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 22:50:57 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 22:50:57 +0200
commit264c01baa1cf9287cf44dd28e9de7c1716d5141e (patch)
tree739f6ab4cd513f657fb7137d46f35acb2b5f4fd6 /Makefile
parent19489f84dbf0316222e27216c622929492d6fe4d (diff)
fixes to make the dir refactoring work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3e0647d..b23b020 100644
--- a/Makefile
+++ b/Makefile
@@ -7,14 +7,11 @@ PREFIX?=$(DESTDIR)/usr
test: uzbl
./uzbl --uri http://www.uzbl.org --verbose
-test-config: uzbl
- ./uzbl --uri http://www.uzbl.org --verbose
-
test-config-dev: uzbl
- XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --config $XDG_CONFIG_HOME/uzbl/sampleconfig --verbose
+ XDG_DATA_HOME=./examples/data XDG_CONFIG_HOME=./examples/config ./uzbl --uri http://www.uzbl.org --verbose
test-config-share: uzbl
- XDG_DATA_HOME=/usr/share/uzbl/examples/data XDG_CONFIG_HOME=/usr/share/uzbl/examples/config ./uzbl --uri http://www.uzbl.org --config $XDG_CONFIG_HOME/uzbl/sampleconfig --verbose
+ XDG_DATA_HOME=/usr/share/uzbl/examples/data XDG_CONFIG_HOME=/usr/share/uzbl/examples/config ./uzbl --uri http://www.uzbl.org --verbose
clean: