From 2d2ea2b934ca6bec9764299057e82aa4a0731200 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 21 Aug 2013 13:49:51 +0200 Subject: set dependencies for install-* --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f5c5e8a..dd430a9 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf