aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile-new-test
diff options
context:
space:
mode:
authorGravatar Tom Adams <tom@holizz.com>2009-08-24 08:28:00 +0100
committerGravatar Tom Adams <tom@holizz.com>2009-08-24 08:50:29 +0100
commit769f5f32d395a2c01f0ab06f29da952b3d13485e (patch)
tree32892c08899b56c6280d00d9f0d96bc24e8f811d /Makefile-new-test
parentfa4f3430215808ae4f9af78f00869e9a96b244ef (diff)
Remove uzblctrl - use socat instead.
Diffstat (limited to 'Makefile-new-test')
-rw-r--r--Makefile-new-test5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile-new-test b/Makefile-new-test
index 9f85a4e..a1efa56 100644
--- a/Makefile-new-test
+++ b/Makefile-new-test
@@ -12,7 +12,7 @@ UZBLDATA ?= $(PREFIX)/share/uzbl
DOCSDIR ?= $(PREFIX)/share/uzbl/docs
EXMPLSDIR ?= $(PREFIX)/share/uzbl/examples
-all: uzbl uzblctrl
+all: uzbl
uzbl: uzbl.c uzbl.h config.h
@@ -30,14 +30,12 @@ test-config-real: uzbl
clean:
rm -f uzbl
- rm -f uzblctrl
install:
install -d $(BINDIR)
install -d $(DOCSDIR)
install -d $(EXMPLSDIR)
install -D -m755 uzbl $(BINDIR)/uzbl
- install -D -m755 uzblctrl $(BINDIR)/uzblctrl
cp -ax docs/* $(DOCSDIR)
cp -ax config.h $(DOCSDIR)
cp -ax examples/* $(EXMPLSDIR)
@@ -47,5 +45,4 @@ install:
uninstall:
rm -rf $(BINDIR)/uzbl
- rm -rf $(BINDIR)/uzblctrl
rm -rf $(UZBLDATA)