svn: r3276
This commit is contained in:
Alex Roitman 2004-07-15 04:25:46 +00:00
parent b49494c697
commit 7fe496e788

View File

@ -19,7 +19,7 @@ EXTRA_DIST = $(dist_pkgdata_DATA)
install-schemas:
$(INSTALL_DATA) gramps.schemas $(DESTDIR)/etc/gconf/schemas
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
gconftool --makefile-install-rule gramps.schemas
gconftool-2 --makefile-install-rule gramps.schemas
install-data-local: install-schemas
$(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Applications
@ -42,4 +42,4 @@ uninstall-local:
-rm $(DESTDIR)$(prefix)/share/mime/packages/gramps.xml
-rm $(DESTDIR)/etc/gconf/schemas/gramps.schemas
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
gconftool --makefile-uninstall-rule gramps.schemas
gconftool-2 --makefile-uninstall-rule gramps.schemas