diff options
author | Christian Hesse <mail@eworm.de> | 2015-08-19 15:09:12 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-08-19 15:09:12 +0200 |
commit | 5d91516de1d302fd8d589896b0635e828a201a06 (patch) | |
tree | e6306558ba5673b7df692bf19d1db654594fecdd /Makefile | |
parent | e4f8c1f447c40905fa3bdf562dc10dcdf3422ed9 (diff) | |
download | mpd-notification-5d91516de1d302fd8d589896b0635e828a201a06.tar.gz mpd-notification-5d91516de1d302fd8d589896b0635e828a201a06.tar.zst |
new screenshots
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ install-bin: mpd-notification 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-sound.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot-sound.png - $(INSTALL) -D -m0644 screenshot-artwork.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshot-artwork.png + $(INSTALL) -D -m0644 screenshots/sound.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshots/sound.png + $(INSTALL) -D -m0644 screenshots/artwork.png $(DESTDIR)/usr/share/doc/mpd-notification/screenshots/artwork.png clean: $(RM) -f *.o *~ README.html mpd-notification version.h |