install schemas properly
2005-01-06 JP Rosevear <jpr@novell.com> * gui/Makefile.am: install schemas properly svn path=/trunk/; revision=28260
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-01-06 JP Rosevear <jpr@novell.com>
|
||||
|
||||
* gui/Makefile.am: install schemas properly
|
||||
|
||||
2005-01-06 Chenthill Palanisamy <pchenthill@novell.com>
|
||||
|
||||
merging send options
|
||||
|
||||
@ -253,7 +253,7 @@ CLEANFILES = $(BUILT_SOURCES)
|
||||
install-data-local:
|
||||
if test -z "$(DESTDIR)"; then \
|
||||
for p in $(schema_DATA); do \
|
||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
|
||||
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p; \
|
||||
done; \
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user