]> git.0d.be Git - empathy.git/blob - data/Makefile.am
Updated Spanish translation
[empathy.git] / data / Makefile.am
1 SUBDIRS = icons themes
2
3 desktopdir = $(datadir)/applications
4 desktop_in_files = \
5         empathy.desktop.in \
6         $(NULL)
7 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
8 @INTLTOOL_DESKTOP_RULE@
9
10 gsettings_SCHEMAS = org.gnome.Empathy.gschema.xml
11 @GSETTINGS_RULES@
12
13 # We need to compile schemas at make time
14 # to run from source tree
15 gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid)
16         $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. .
17
18 all-local: gschemas.compiled
19
20 convertdir = $(datarootdir)/GConf/gsettings
21 convert_DATA = \
22         empathy.convert
23
24 servicefiledir = $(datadir)/dbus-1/services
25 servicefile_in_files = \
26         org.freedesktop.Telepathy.Client.Empathy.Chat.service.in \
27         org.freedesktop.Telepathy.Client.Empathy.Auth.service.in \
28         org.freedesktop.Telepathy.Client.Empathy.Call.service.in \
29         org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service.in
30
31 servicefile_DATA = $(servicefile_in_files:.service.in=.service)
32
33 org.freedesktop.Telepathy.Client.Empathy.Chat.service: org.freedesktop.Telepathy.Client.Empathy.Chat.service.in
34         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
35
36 org.freedesktop.Telepathy.Client.Empathy.Auth.service: org.freedesktop.Telepathy.Client.Empathy.Auth.service.in
37         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
38
39 org.freedesktop.Telepathy.Client.Empathy.Call.service: org.freedesktop.Telepathy.Client.Empathy.Call.service.in
40         $(AM_V_GEN)sed -e "s|[@]libexecdir[@]|$(libexecdir)|" $< > $@
41
42 org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service: org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service.in
43         $(AM_V_GEN)sed -e "s|[@]bindir[@]|$(bindir)|" $< > $@
44
45 clientfiledir = $(datarootdir)/telepathy/clients
46 clientfile_DATA = \
47         Empathy.Chat.client \
48         Empathy.Auth.client \
49         Empathy.Call.client \
50         Empathy.FileTransfer.client
51
52 htmldir = $(datadir)/empathy
53 html_DATA = \
54         Template.html \
55         empathy-log-window.html \
56         $(NULL)
57
58 cssdir = $(datadir)/empathy
59 css_DATA = \
60         empathy.css \
61         $(NULL)
62
63 appdatadir = $(datadir)/appdata
64 appdata_in_files = empathy.appdata.xml.in
65 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
66 @INTLTOOL_XML_RULE@
67
68 EXTRA_DIST =                            \
69         $(appdata_in_files)             \
70         $(convert_DATA)                 \
71         $(desktop_in_files)             \
72         $(desktop_DATA)                 \
73         $(schemas_DATA)                 \
74         $(html_DATA)                    \
75         $(clientfile_DATA)              \
76         $(servicefile_in_files)         \
77         $(gsettings_SCHEMAS)            \
78         $(css_DATA)                     \
79         $(NULL)
80 CLEANFILES = \
81         $(appdata_DATA)
82
83
84 DISTCLEANFILES =                \
85         $(desktop_DATA)         \
86         $(schemas_DATA)         \
87         $(servicefile_DATA)     \
88         $(css_DATA)             \
89         gschemas.compiled       \
90         $(NULL)