-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
58 lines (47 loc) · 1.2 KB
/
Makefile.am
File metadata and controls
58 lines (47 loc) · 1.2 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
## Process this file with automake to produce Makefile.in
SUBDIRS = doc man opml pixmaps po src xslt
desktop_in_files = liferea.desktop.in
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
gladedir = $(pkgdatadir)
glade_DATA = liferea.glade liferea_hildon.glade
schemadir = @GCONF_SCHEMA_FILE_DIR@
schema_DATA = liferea.schemas
cssdir = $(pkgdatadir)/css
css_DATA = \
css/liferea.css \
css/adblock.css
mediadir = $(pkgdatadir)/media
media_DATA = \
media/xspf_player_slim.swf \
media/xspf_license.txt
dtddir = $(pkgdatadir)/dtd
dtd_DATA = dtd/html.ent
EXTRA_DIST = \
$(glade_DATA) \
liferea.gladep \
liferea.spec \
src/liferea \
src/liferea-add-feed \
po/liferea.pot \
$(desktop_in_files) \
$(desktop_DATA) \
$(schema_DATA) \
$(css_DATA) \
$(dtd_DATA) \
$(media_DATA) \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
install-data-local:
if GCONF_SCHEMAS_INSTALL
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/$(schema_DATA)
endif
@$(NORMAL_INSTALL)
DISTCLEANFILES = \
liferea.spec \
liferea.desktop \
intltool-extract \
intltool-merge \
intltool-update