2003-01-29 02:05:44 +00:00
|
|
|
clothesdir = $(datadir)/zenity/clothes
|
|
|
|
clothes_DATA = \
|
|
|
|
monk.png \
|
2003-02-01 12:13:25 +00:00
|
|
|
gnome-tshirt.png \
|
2003-02-03 03:16:32 +00:00
|
|
|
sunglasses.png \
|
|
|
|
surfboard.png \
|
|
|
|
hawaii-shirt.png
|
2003-01-29 02:05:44 +00:00
|
|
|
|
2003-01-03 13:26:04 +00:00
|
|
|
imagesdir = $(datadir)/zenity/
|
|
|
|
images_DATA = \
|
2003-01-18 14:54:44 +00:00
|
|
|
zenity.png \
|
2003-01-03 13:26:04 +00:00
|
|
|
zenity-calendar.png \
|
|
|
|
zenity-list.png \
|
|
|
|
zenity-file.png \
|
2003-01-18 13:35:13 +00:00
|
|
|
zenity-progress.png \
|
|
|
|
zenity-text.png \
|
|
|
|
zenity-entry.png
|
2003-01-03 13:26:04 +00:00
|
|
|
|
2003-02-05 10:31:02 +00:00
|
|
|
man_MANS = zenity.1
|
|
|
|
|
|
|
|
EXTRA_DIST = $(images_DATA) $(clothes_DATA) $(man_MANS)
|