summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2020-05-28 12:54:17 +0100
committerSimon McVittie <smcv@collabora.com>2021-06-21 15:26:43 +0100
commit14693a9b625c800973c1570ff87464d05e30b83a (patch)
treeafada03fb5ad4f4d5fc85c22dc64a58fbf54d9c1 /data/Makefile.am
parentac5f5101f9e898f10abdd4e62e9ec6cb53b10d35 (diff)
downloadzenity-wip/smcv/remove-easter-egg.tar.gz
about: Remove Zen wisdom of the ancientswip/smcv/remove-easter-egg
This easter egg was disabled more than a decade ago, but zenity is still installing the image files that were used for it. Let's stop doing that. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index cc18511..1e53974 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,11 +1,3 @@
-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 \
@@ -20,4 +12,4 @@ images_DATA = \
man_MANS = zenity.1
-EXTRA_DIST = $(images_DATA) $(clothes_DATA) $(man_MANS)
+EXTRA_DIST = $(images_DATA) $(man_MANS)