diff options
author | Christian Hesse <mail@eworm.de> | 2013-08-21 13:51:03 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-08-21 13:51:03 +0200 |
commit | 5d14fa298bede7d14f9d89c54d8d52e868586c5f (patch) | |
tree | 6c8e893ccbe4c4647eed3d38dc7937c4d9a03a2f /Makefile | |
parent | 703b06e77b88b14ffcf962de040c4ebce5821b53 (diff) | |
download | mpd-notification-5d14fa298bede7d14f9d89c54d8d52e868586c5f.tar.gz mpd-notification-5d14fa298bede7d14f9d89c54d8d52e868586c5f.tar.zst |
split install to install-bin and install-doc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,9 +22,13 @@ config.h: README.html: README.md $(MD) README.md > README.html -install: +install: install-bin install-doc + +install-bin: mpd-notification $(INSTALL) -D -m0755 mpd-notification $(DESTDIR)/usr/bin/mpd-notification $(INSTALL) -D -m0644 mpd-notification.desktop $(DESTDIR)/etc/xdg/autostart/mpd-notification.desktop + +install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/mpd-notification/README.md $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/mpd-notification/README.html $(INSTALL) -D -m0644 screenshot.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot.png |