SUBDIRS = ui art glade

@INTLTOOL_SERVER_RULE@
@INTLTOOL_DESKTOP_RULE@
@INTLTOOL_SCHEMAS_RULE@

server_in_files = GNOME_Epiphany_Automation.server.in GNOME_Epiphany_NautilusView.server.in
server_DATA = GNOME_Epiphany_Automation.server GNOME_Epiphany_NautilusView.server
serverdir = $(libdir)/bonobo/servers

DESKTOP_IN_FILES= epiphany.desktop.in bme.desktop.in
DESKTOP_FILES= $(DESKTOP_IN_FILES:.desktop.in=.desktop)

desktopdir = $(datadir)/applications
desktop_DATA = $(DESKTOP_FILES)

applicationsdir = $(datadir)/application-registry
applications_DATA = epiphany.applications

schemadir = $(sysconfdir)/gconf/schemas
schema_in_files = epiphany.schemas.in
schema_DATA = epiphany.schemas

aboutdir = $(pkgdatadir)
about_DATA = epiphany.xhtml conspiracy.xhtml

install-data-local:
	if test -z "$(DESTDIR)" ; then \
	for p in $(schema_DATA) ; do \
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p; \
	done \
        fi

EXTRA_DIST = $(server_in_files)     	\
	     $(schema_in_files)         \
	     $(DESKTOP_IN_FILES)	\
	     $(about_DATA)		\
	     $(applications_DATA)

DISTCLEANFILES = $(server_DATA) $(Applications_DATA) $(schema_DATA) $(DESKTOP_FILES)