summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2017-12-16 13:06:04 -0500
committerJeremy Bicha <jbicha@debian.org>2017-12-16 13:06:04 -0500
commitc5fd821cd582b8d8df624e42c7722a5843ace911 (patch)
tree571f12c78d287f4c365cda1fb980117176d1167c /data/Makefile.am
parentUpdate Vcs fields for conversion to git (diff)
parentNew upstream version 3.26.0 (diff)
downloadzenity-c5fd821cd582b8d8df624e42c7722a5843ace911.tar.gz
zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.tar.bz2
zenity-c5fd821cd582b8d8df624e42c7722a5843ace911.zip
Update upstream source from tag 'upstream/3.26.0'
Update to upstream version '3.26.0' with Debian dir 7b9bef2d6e33af30991a3e59a1c70875d7aa58e2
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am23
1 files changed, 23 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 00000000..cc185118
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,23 @@
+clothesdir = $(datadir)/zenity/clothes
+clothes_DATA = \
+ monk.png \
+ gnome-tshirt.png \
+ sunglasses.png \
+ surfboard.png \
+ hawaii-shirt.png
+
+imagesdir = $(datadir)/zenity
+images_DATA = \
+ zenity.png \
+ zenity-calendar.png \
+ zenity-list.png \
+ zenity-file.png \
+ zenity-progress.png \
+ zenity-text.png \
+ zenity-scale.png \
+ zenity-entry.png \
+ zenity-notification.png
+
+man_MANS = zenity.1
+
+EXTRA_DIST = $(images_DATA) $(clothes_DATA) $(man_MANS)
bgstack15