File: Makefile.am

package info (click to toggle)
gabber 0.8.8-9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,288 kB
  • ctags: 4,437
  • sloc: sh: 171,543; cpp: 23,030; ansic: 15,206; xml: 1,499; makefile: 436
file content (33 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SUBDIRS = po jabberoo src ui pixmaps sounds doc omf-install

EXTRA_DIST = \
	AUTHORS		\
	COPYING		\
	COPYING.exception \
	ChangeLog	\
	INSTALL		\
	NEWS		\
	README		\
	README.FreeBSD 	\
	README.proxy	\
	TODO		\
	gabber.1	\
	gabber.spec.in	\
	gabber.desktop.in 	\
	gabber.soundlist.in \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in

dist-hook: gabber.spec
	cp gabber.spec $(distdir)

Applicationsdir = $(datadir)/gnome/apps/Internet
Applications_in_files = gabber.desktop.in
Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
Soundlistdir = $(sysconfdir)/sound/events
Soundlist_in_files = gabber.soundlist.in
Soundlist_DATA = $(Soundlist_in_files:.soundlist.in=.soundlist)
@INTLTOOL_SOUNDLIST_RULE@
man_MANS = gabber.1