~ubuntu-branches/ubuntu/oneiric/gconf/oneiric-proposed

« back to all changes in this revision

Viewing changes to standard-schemas/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Takuo KITAME
  • Date: 2002-03-17 01:51:39 UTC
  • Revision ID: james.westby@ubuntu.com-20020317015139-z4f8fdg1hoe049g0
Tags: upstream-1.0.9
ImportĀ upstreamĀ versionĀ 1.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
## Install schema files
 
3
 
 
4
## NOTE this file will be in multiple stable releases of GConf, 
 
5
## which means it should probably go in a separate RPM
 
6
 
 
7
schemadir=$(sysconfdir)/gconf/schemas
 
8
schema_DATA=desktop.schemas
 
9
 
 
10
EXTRA_DIST=$(schema_DATA)
 
11
 
 
12
install-schemas:
 
13
        GCONF_CONFIG_SOURCE=$(INSTALL_GCONF_CONFIG_SOURCE) $(top_builddir)/gconf/gconftool-$(MAJOR_VERSION) --makefile-install-rule $(srcdir)/$(schema_DATA)
 
14
 
 
15
 
 
16
 
 
17