Don't just install the schema files, also install the gconf objects

into the database. Reverts accidental change made as part of r12863.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13104 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-02-04 22:44:38 +00:00
parent 247cb10afd
commit 4330d520fd
6 changed files with 65 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2006-02-04 David Hampton <hampton@employees.org>
* src/import-export/schemas/Makefile.am:
* src/import-export/hbci/schemas/Makefile.am:
* src/business/business-gnome/schemas/Makefile.am:
* src/gnome-utils/schemas/Makefile.am:
* src/gnome/schemas/Makefile.am: Don't just install the schema
files, also install the gconf objects into the database. Reverts
accidental change made as part of r12863.
2006-02-04 Joshua Sled <jsled@asynchronous.org>
* src/report/report-system/html-document.scm

View File

@ -8,3 +8,14 @@ schema_DATA = $(schemas_in_files:.schemas.in=.schemas)
EXTRA_DIST = $(schemas_in_files)
CLEANFILES = $(schema_DATA)
install-data-local:
if GCONF_SCHEMAS_INSTALL
-mkdir -p $(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY)
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(srcdir)/$(schema_DATA)
endif
uninstall-local:
if GCONF_SCHEMAS_INSTALL
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
endif

View File

@ -8,3 +8,14 @@ schema_DATA = $(schemas_in_files:.schemas.in=.schemas)
EXTRA_DIST = $(schemas_in_files)
CLEANFILES = $(schema_DATA)
install-data-local:
if GCONF_SCHEMAS_INSTALL
-mkdir -p $(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY)
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(srcdir)/$(schema_DATA)
endif
uninstall-local:
if GCONF_SCHEMAS_INSTALL
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
endif

View File

@ -17,3 +17,14 @@ schema_DATA = $(schemas_in_files:.schemas.in=.schemas)
EXTRA_DIST = $(schemas_in_files)
CLEANFILES = $(schema_DATA)
install-data-local:
if GCONF_SCHEMAS_INSTALL
-mkdir -p $(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY)
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(srcdir)/$(schema_DATA)
endif
uninstall-local:
if GCONF_SCHEMAS_INSTALL
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
endif

View File

@ -8,3 +8,14 @@ schema_DATA = $(schemas_in_files:.schemas.in=.schemas)
EXTRA_DIST = $(schemas_in_files)
CLEANFILES = $(schema_DATA)
install-data-local:
if GCONF_SCHEMAS_INSTALL
-mkdir -p $(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY)
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(srcdir)/$(schema_DATA)
endif
uninstall-local:
if GCONF_SCHEMAS_INSTALL
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
endif

View File

@ -8,3 +8,14 @@ schema_DATA = $(schemas_in_files:.schemas.in=.schemas)
EXTRA_DIST = $(schemas_in_files)
CLEANFILES = $(schema_DATA)
install-data-local:
if GCONF_SCHEMAS_INSTALL
-mkdir -p $(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY)
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(srcdir)/$(schema_DATA)
endif
uninstall-local:
if GCONF_SCHEMAS_INSTALL
-GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-uninstall-rule $(srcdir)/$(schema_DATA)
endif