From 5417727c645393631f87f4c6b11eabd8a9c4de2c Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 21 Aug 2013 13:48:55 +0200 Subject: set dependencies for install-* --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e255452..7ade56a 100644 --- a/Makefile +++ b/Makefile @@ -20,11 +20,11 @@ README.html: README.md install: install-bin install-doc -install-bin: +install-bin: udev-block-notify $(INSTALL) -D -m0755 udev-block-notify $(DESTDIR)/usr/bin/udev-block-notify $(INSTALL) -D -m0644 udev-block-notify.desktop $(DESTDIR)/etc/xdg/autostart/udev-block-notify.desktop -install-doc: +install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/udev-block-notify/README.md $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/udev-block-notify/README.html $(INSTALL) -D -m0644 screenshot.png $(DESTDIR)/usr/share/doc/udev-block-notify/screenshot.png -- cgit v1.2.3-54-g00ecf