Revision 19173,
1.0 KB
checked in by ghudson, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r19172,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | if ENABLE_COLLECTION |
---|
2 | collection_DIRS = collection |
---|
3 | endif |
---|
4 | |
---|
5 | SUBDIRS = art idl libeog viewer $(collection_DIRS) shell po help omf-install |
---|
6 | DIST_SUBDIRS = $(SUBDIRS) collection |
---|
7 | |
---|
8 | ACLOCAL_AMFLAGS = -I /usr/share/aclocal/gnome2-macros |
---|
9 | |
---|
10 | EXTRA_DIST = \ |
---|
11 | DEPENDS \ |
---|
12 | HACKING \ |
---|
13 | MAINTAINERS \ |
---|
14 | TODO \ |
---|
15 | $(schemas_in_files) \ |
---|
16 | $(Graphics_in_files) \ |
---|
17 | eog.spec \ |
---|
18 | eog.gladep \ |
---|
19 | eog.glade \ |
---|
20 | eog-glade.h \ |
---|
21 | eog.spec.in \ |
---|
22 | gnome-eog.png \ |
---|
23 | intltool-extract.in \ |
---|
24 | intltool-update.in \ |
---|
25 | intltool-merge.in \ |
---|
26 | xmldocs.make |
---|
27 | |
---|
28 | Graphicsdir = $(datadir)/applications |
---|
29 | Graphics_in_files = eog.desktop.in |
---|
30 | Graphics_DATA = $(Graphics_in_files:.desktop.in=.desktop) |
---|
31 | |
---|
32 | Gladedir = $(datadir)/eog/glade |
---|
33 | Glade_DATA = eog.glade |
---|
34 | |
---|
35 | @INTLTOOL_DESKTOP_RULE@ |
---|
36 | |
---|
37 | schemasdir = $(sysconfdir)/gconf/schemas |
---|
38 | schemas_in_files = eog.schemas.in |
---|
39 | schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) |
---|
40 | |
---|
41 | @INTLTOOL_SCHEMAS_RULE@ |
---|
42 | |
---|
43 | icondir = $(datadir)/pixmaps |
---|
44 | icon_DATA = gnome-eog.png |
---|
45 | |
---|
46 | install-data-local: |
---|
47 | GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/eog.schemas |
---|
Note: See
TracBrowser
for help on using the repository browser.