diff options
author | Christian Hesse <mail@eworm.de> | 2013-08-21 13:48:55 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-08-21 13:48:55 +0200 |
commit | 5417727c645393631f87f4c6b11eabd8a9c4de2c (patch) | |
tree | 01ffa891ab71e799673cfa9c0d1e0cd0e239abcb | |
parent | bd07e458e574c64c6d7bec9b2527d50f72381dcd (diff) | |
download | udev-block-notify-5417727c645393631f87f4c6b11eabd8a9c4de2c.tar.gz udev-block-notify-5417727c645393631f87f4c6b11eabd8a9c4de2c.tar.zst |
set dependencies for install-*
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |