From e65a112ddf0f0fc4bf0c447b9d664b0a6a90eefd Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 3 Oct 2006 14:14:56 +0000 Subject: [PATCH] Fix Makefiles for .schemas file installation. srcdir contains the .schemas.in files, but not the generated .schemas files. Fixes make distcheck. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14925 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-gnome/schemas/Makefile.am | 4 ++-- src/gnome-utils/schemas/Makefile.am | 4 ++-- src/gnome/schemas/Makefile.am | 4 ++-- src/import-export/hbci/schemas/Makefile.am | 4 ++-- src/import-export/schemas/Makefile.am | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/business/business-gnome/schemas/Makefile.am b/src/business/business-gnome/schemas/Makefile.am index 65660692a1..fa178cbeb5 100644 --- a/src/business/business-gnome/schemas/Makefile.am +++ b/src/business/business-gnome/schemas/Makefile.am @@ -12,10 +12,10 @@ CLEANFILES = $(schema_DATA) install-data-local: if GCONF_SCHEMAS_INSTALL -mkdir -p $(DESTDIR)$(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY) - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) endif uninstall-local: if GCONF_SCHEMAS_INSTALL - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(schema_DATA) endif diff --git a/src/gnome-utils/schemas/Makefile.am b/src/gnome-utils/schemas/Makefile.am index 1c103dfc55..5e2ecde435 100644 --- a/src/gnome-utils/schemas/Makefile.am +++ b/src/gnome-utils/schemas/Makefile.am @@ -12,10 +12,10 @@ CLEANFILES = $(schema_DATA) install-data-local: if GCONF_SCHEMAS_INSTALL -mkdir -p $(DESTDIR)$(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY) - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) endif uninstall-local: if GCONF_SCHEMAS_INSTALL - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(schema_DATA) endif diff --git a/src/gnome/schemas/Makefile.am b/src/gnome/schemas/Makefile.am index eb41ce1f92..d8a70d3b57 100644 --- a/src/gnome/schemas/Makefile.am +++ b/src/gnome/schemas/Makefile.am @@ -22,10 +22,10 @@ CLEANFILES = $(schema_DATA) install-data-local: if GCONF_SCHEMAS_INSTALL -mkdir -p $(DESTDIR)$(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY) - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) endif uninstall-local: if GCONF_SCHEMAS_INSTALL - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(schema_DATA) endif diff --git a/src/import-export/hbci/schemas/Makefile.am b/src/import-export/hbci/schemas/Makefile.am index a115f9eb32..2ea2b95f3f 100644 --- a/src/import-export/hbci/schemas/Makefile.am +++ b/src/import-export/hbci/schemas/Makefile.am @@ -12,10 +12,10 @@ CLEANFILES = $(schema_DATA) install-data-local: if GCONF_SCHEMAS_INSTALL -mkdir -p $(DESTDIR)$(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY) - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) endif uninstall-local: if GCONF_SCHEMAS_INSTALL - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(schema_DATA) endif diff --git a/src/import-export/schemas/Makefile.am b/src/import-export/schemas/Makefile.am index cdbdfd6cb1..42603d4fc9 100644 --- a/src/import-export/schemas/Makefile.am +++ b/src/import-export/schemas/Makefile.am @@ -12,10 +12,10 @@ CLEANFILES = $(schema_DATA) install-data-local: if GCONF_SCHEMAS_INSTALL -mkdir -p $(DESTDIR)$(GCONF_SCHEMA_CONFIG_SOURCE_DIRONLY) - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA) endif uninstall-local: if GCONF_SCHEMAS_INSTALL - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(srcdir)/$(schema_DATA) + GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-uninstall-rule $(schema_DATA) endif