File: Makefile.am

package info (click to toggle)
zenity 2.30.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,652 kB
  • ctags: 344
  • sloc: xml: 13,953; ansic: 3,869; sh: 1,160; perl: 150; makefile: 116
file content (23 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)