diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2017-11-26 05:06:54 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2017-11-26 05:06:54 +0100 |
commit | 7101d9743cd07e853f289ea6ebb19222f0333f7f (patch) | |
tree | 9f71a190a056144b6d847c3cb1effb1ec39a5d85 | |
parent | Release: Prepare for 3.26.0 (diff) | |
download | zenity-7101d9743cd07e853f289ea6ebb19222f0333f7f.tar.gz zenity-7101d9743cd07e853f289ea6ebb19222f0333f7f.tar.bz2 zenity-7101d9743cd07e853f289ea6ebb19222f0333f7f.zip |
help: Add missing screenshot to Makefile
-rw-r--r-- | help/Makefile.am | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index eca0e998..c48c9200 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -3,20 +3,21 @@ HELP_ID = zenity HELP_MEDIA = \ - figures/zenity-calendar-screenshot.png \ - figures/zenity-colorselection-screenshot.png \ - figures/zenity-entry-screenshot.png \ - figures/zenity-error-screenshot.png \ - figures/zenity-fileselection-screenshot.png \ - figures/zenity-forms-screenshot.png \ - figures/zenity-information-screenshot.png \ - figures/zenity-list-screenshot.png \ - figures/zenity-notification-screenshot.png \ - figures/zenity-password-screenshot.png \ - figures/zenity-progress-screenshot.png \ - figures/zenity-scale-screenshot.png \ - figures/zenity-question-screenshot.png \ - figures/zenity-text-screenshot.png \ + figures/zenity-calendar-screenshot.png \ + figures/zenity-colorselection-screenshot.png \ + figures/zenity-entry-screenshot.png \ + figures/zenity-error-screenshot.png \ + figures/zenity-fileselection-screenshot.png \ + figures/zenity-forms-screenshot.png \ + figures/zenity-information-screenshot.png \ + figures/zenity-list-screenshot.png \ + figures/zenity-notification-listen-screenshot.png \ + figures/zenity-notification-screenshot.png \ + figures/zenity-password-screenshot.png \ + figures/zenity-progress-screenshot.png \ + figures/zenity-question-screenshot.png \ + figures/zenity-scale-screenshot.png \ + figures/zenity-text-screenshot.png \ figures/zenity-warning-screenshot.png HELP_FILES = \ |