aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 17:52:28 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 17:52:28 +0200
commitf515bc543c248bd46305f7f5d4946b99b29702b4 (patch)
tree851fdaa2286fe407f81e55c2d933f67de9092573 /Makefile
parent809598992b1b2a87e3ea653f35b6f2e90a615200 (diff)
install target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c3938e9..6faf614 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,11 @@ test:
clean:
rm -f uzbl
+
+install:
+ install -d $(DESTDIR)/usr/bin
+ install -d $(DESTDIR)/usr/share/uzbl/docs
+ install -d $(DESTDIR)/usr/share/uzbl/example-scripts
+ install -D -m755 uzbl $(DESTDIR)/usr/bin/uzbl
+ install -D -m644 extra/* $(DESTDIR)/usr/share/uzbl/example-scripts
+ install -D -m644 README $(DESTDIR)/usr/share/uzbl/docs