diff options
author | Christian Hesse <mail@eworm.de> | 2015-08-19 14:42:42 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-08-19 14:42:42 +0200 |
commit | c67dd29ba4d21a4ce26adb8734dda829cb9b295f (patch) | |
tree | 4cc943fa15ff67ae90726f15c63e89d5b1768af1 /Makefile | |
parent | 727044065662cf86bb96d209bc4c27bc5b220b33 (diff) | |
download | journal-notify-c67dd29ba4d21a4ce26adb8734dda829cb9b295f.tar.gz journal-notify-c67dd29ba4d21a4ce26adb8734dda829cb9b295f.tar.zst |
new screenshots
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ install-bin: journal-notify install-doc: README.html $(INSTALL) -D -m0644 README.md $(DESTDIR)/usr/share/doc/journal-notify/README.md $(INSTALL) -D -m0644 README.html $(DESTDIR)/usr/share/doc/journal-notify/README.html - $(INSTALL) -D -m0644 screenshot.png $(DESTDIR)/usr/share/doc/journal-notify/screenshot.png + $(INSTALL) -D -m0644 screenshots/notification.png $(DESTDIR)/usr/share/doc/journal-notify/screenshots/notification.png + $(INSTALL) -D -m0644 screenshots/throttling.png $(DESTDIR)/usr/share/doc/journal-notify/screenshots/throttling.png clean: $(RM) -f *.o *~ README.html journal-notify version.h |