Updated Portuguese translation
[gn-sub.git] / data / Makefile.am
bloba1f1178b9e07044441f6ca1de4f4eed1fa6113cf
1 desktopdir = $(datadir)/applications
2 desktop_DATA = gnome-subtitles.desktop
4 gnomesubtitlesicondir = $(datadir)/pixmaps
5 gnomesubtitlesicon_DATA = gnome-subtitles.png
7 schemadir = $(GCONF_SCHEMA_FILE_DIR)
8 schema_DATA = gnome-subtitles.schemas
10 man_MANS = gnome-subtitles.1
12 EXTRA_DIST =                            \
13         $(desktop_DATA)                 \
14         $(gnomesubtitlesicon_DATA)      \
15         $(man_MANS)                     \
16         $(schema_DATA)
18 if GCONF_SCHEMAS_INSTALL
19 install-data-local:
20         GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
21 endif