diff options
author | uranther <jwheaton@purdue.edu> | 2009-06-03 17:03:22 -0400 |
---|---|---|
committer | uranther <jwheaton@purdue.edu> | 2009-06-03 17:03:22 -0400 |
commit | fe39c93e90825edc92c73f2185e2c1cef5ae87e6 (patch) | |
tree | 8d73f6845a1e6337454e1b94cf3eef15b7004095 /Makefile | |
parent | 59399c365a8f9dbfaa1486bca2bc2f01ee7c434e (diff) |
added uzbl icon to window
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |