aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar uranther <jwheaton@purdue.edu>2009-06-03 17:03:22 -0400
committerGravatar uranther <jwheaton@purdue.edu>2009-06-03 17:03:22 -0400
commitfe39c93e90825edc92c73f2185e2c1cef5ae87e6 (patch)
tree8d73f6845a1e6337454e1b94cf3eef15b7004095 /Makefile
parent59399c365a8f9dbfaa1486bca2bc2f01ee7c434e (diff)
added uzbl icon to window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d002f65..bde499c 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ install:
cp -ax docs $(PREFIX)/share/uzbl/
cp -ax config.h $(PREFIX)/share/uzbl/docs/
cp -ax examples $(PREFIX)/share/uzbl/
+ cp -ax uzbl.png $(PREFIX)/share/uzbl/
install -D -m644 AUTHORS $(PREFIX)/share/uzbl/docs
install -D -m644 README $(PREFIX)/share/uzbl/docs