File: Makefile.am

package info (click to toggle)
mozilla-bonobo 0.4.2.1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,452 kB
  • ctags: 147
  • sloc: sh: 8,602; ansic: 1,195; makefile: 52
file content (36 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (3)
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
## Process this file with automake to produce Makefile.in
## Created by Anjuta - will be overwritten
## If you don't want it to overwrite it,
## 	Please disable it in the Anjuta project configuration

SUBDIRS = src

libmozilla_bonobodocdir = ${prefix}/doc/mozilla-bonobo
libmozilla_bonobodoc_DATA = \
	README\
	COPYING\
	AUTHORS\
	ChangeLog\
	INSTALL\
	NEWS\
	TODO\
	ABOUT-NLS

schemadir = @GCONF_SCHEMA_FILE_DIR@
schema_DATA = mozilla-bonobo.schemas

EXTRA_DIST = $(libmozilla_bonobodoc_DATA) $(schema_DATA)

dist-hook:
	for specfile in *.spec; do \
		if test -f $$specfile; then \
			cp -p $$specfile $(distdir); \
		fi \
	done

# Schema file installation:
install-schemas:
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
	gconftool-2 --makefile-install-rule $(top_builddir)/$(schema_DATA)

install-data-local: install-schemas