diff options
author | Christian Hesse <mail@eworm.de> | 2013-08-21 13:49:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-08-21 13:49:51 +0200 |
commit | 2d2ea2b934ca6bec9764299057e82aa4a0731200 (patch) | |
tree | c5eaf46b47a14dfb39d216a2de22946e1b232fc9 /Makefile | |
parent | 9e81154812a2b7b78a1d60fc43826a20701f38e6 (diff) | |
download | netlink-notify-2d2ea2b934ca6bec9764299057e82aa4a0731200.tar.gz netlink-notify-2d2ea2b934ca6bec9764299057e82aa4a0731200.tar.zst |
set dependencies for install-*
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ README.html: README.md install: install-bin install-doc -install-bin: +install-bin: netlink-notify icons $(INSTALL) -D -m0755 netlink-notify $(DESTDIR)/usr/bin/netlink-notify $(INSTALL) -D -m0644 netlink-notify.desktop $(DESTDIR)/etc/xdg/autostart/netlink-notify.desktop $(INSTALL) -D -m0755 netlink-notify-up.svg $(DESTDIR)/usr/share/icons/hicolor/scalable/status/netlink-notify-up.svg @@ -46,7 +46,7 @@ install-bin: $(INSTALL) -D -m0755 netlink-notify-address.png $(DESTDIR)/usr/share/icons/hicolor/48x48/status/netlink-notify-address.png $(INSTALL) -D -m0755 netlink-notify-away.png $(DESTDIR)/usr/share/icons/hicolor/48x48/status/netlink-notify-away.png -install-doc: +install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/netlink-notify/README.md $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/netlink-notify/README.html $(INSTALL) -D -m0644 screenshot-away.png $(DESTDIR)/usr/share/doc/netlink-notify/screenshot-away.png |