summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2002-09-27 15:30:37 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-09-27 15:30:37 +0000
commit5488bc35a238b30e1c3e98e544b6b1b12ffa479a (patch)
treed2e0041ce8887012a4c4c6b8ba6874528b3ca729 /Makefile.am
parent7be09db1a06772e996a2ce3de284ca8376dd048a (diff)
downloadgnome-desktop-5488bc35a238b30e1c3e98e544b6b1b12ffa479a.tar.gz
desktop_gnome_icon_theme.schemas Remove schemas file.
2002-09-27 Alexander Larsson <alexl@redhat.com> * Makefile.am: * desktop_gnome_icon_theme.schemas Remove schemas file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am16
1 files changed, 1 insertions, 15 deletions
diff --git a/Makefile.am b/Makefile.am
index 87474f2c..c9f0b40f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,10 +7,6 @@ SUBDIRS = \
desktop-docs \
man
-schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_DATA = \
- desktop_gnome_icon_theme.schemas
-
EXTRA_DIST = \
gnome-version.xml.in \
gnome-version.xml \
@@ -22,17 +18,7 @@ EXTRA_DIST = \
xmldocs.make \
intltool-extract.in \
intltool-merge.in \
- intltool-update.in \
- $(schema_DATA)
+ intltool-update.in
versiondir=$(datadir)/gnome-about
version_DATA=gnome-version.xml
-
-
-# don't do this if we are building in eg. rpm
-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; \
- done \
- fi