aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 04012ed..c22370b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ test-config: uzbl
test-config-real: uzbl
./uzbl --uri http://www.uzbl.org < /usr/share/uzbl/examples/configs/sampleconfig
-
+
clean:
rm -f uzbl
rm -f uzblctrl
@@ -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