mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
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:
parent
247cb10afd
commit
4330d520fd
10
ChangeLog
10
ChangeLog
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user