File: Makefile.am

package info (click to toggle)
eog 0.6-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,360 kB
  • ctags: 1,172
  • sloc: ansic: 10,973; sh: 7,940; makefile: 441; sed: 93; xml: 47
file content (29 lines) | stat: -rw-r--r-- 648 bytes parent folder | download
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
SUBDIRS = intl macros po src idl viewer doc

schemadir = $(sysconfdir)/gconf/schemas
schema_DATA = eog.schemas

EXTRA_DIST =		\
	DEPENDS		\
	HACKING		\
	MAINTAINERS	\
	TODO		\
	eog.desktop.in	\
	eog.spec	\
	eog.spec.in	\
	gnome-eog.png	\
	$(schema_DATA)	\
	xml-i18n-extract.in	\
	xml-i18n-update.in	\
	xml-i18n-merge.in

Graphicsdir = $(datadir)/gnome/apps/Graphics
Graphics_in_files = eog.desktop.in
Graphics_DATA = $(Graphics_in_files:.desktop.in=.desktop)
@XML_I18N_MERGE_DESKTOP_RULE@

icondir = $(datadir)/pixmaps
icon_DATA = gnome-eog.png

install-data-local:
	GCONF_CONFIG_SOURCE=$(GCONF_CONFIG_SOURCE) gconftool $(schemadir)/$(schema_DATA)