aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-08-21 13:48:55 +0200
committerGravatar Christian Hesse <mail@eworm.de>2013-08-21 13:48:55 +0200
commit5417727c645393631f87f4c6b11eabd8a9c4de2c (patch)
tree01ffa891ab71e799673cfa9c0d1e0cd0e239abcb
parentbd07e458e574c64c6d7bec9b2527d50f72381dcd (diff)
downloadudev-block-notify-5417727c645393631f87f4c6b11eabd8a9c4de2c.tar.gz
udev-block-notify-5417727c645393631f87f4c6b11eabd8a9c4de2c.tar.zst
set dependencies for install-*
-rw-r--r--Makefile4
1 files 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