aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 12:34:44 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 12:34:44 +0200
commitdc9a506422c7eb1c473e4b2709ef40b0b837c90d (patch)
treeaef779b0e90aea0fc1852299ac006d5ed132148b /Makefile
parent02bf54c45e8779113e57fecfe553ab45d326183d (diff)
docs path fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0446f3a..ebd6ab1 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ install:
install -d $(DESTDIR)/usr/share/uzbl/examples
install -D -m755 uzbl $(DESTDIR)/usr/bin/uzbl
install -D -m755 uzblctrl $(DESTDIR)/usr/bin/uzblctrl
- cp -ax docs $(DESTDIR)/usr/share/uzbl/docs
+ cp -ax docs $(DESTDIR)/usr/share/uzbl/
cp -ax examples $(DESTDIR)/usr/share/uzbl/
install -D -m644 AUTHORS $(DESTDIR)/usr/share/uzbl/docs
install -D -m644 README $(DESTDIR)/usr/share/uzbl/docs