* src/data/Makefile.am: Use HUP instead of default SIGTERM.

svn: r3284
This commit is contained in:
Alex Roitman 2004-07-26 21:30:05 +00:00
parent de638cb2b4
commit 01c169c0f4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2004-07-26 Alex Roitman <shura@alex.neuro.umn.edu>
* src/data/Makefile.am: Use HUP instead of default SIGTERM.
2004-07-25 Alex Roitman <shura@alex.neuro.umn.edu>
* src/data/Makefile.am: Execute `pkill gconfd'.

View File

@ -20,7 +20,7 @@ install-schemas:
$(INSTALL_DATA) gramps.schemas $(DESTDIR)/etc/gconf/schemas
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
gconftool-2 --makefile-install-rule gramps.schemas
pkill gconfd
pkill -HUP gconfd
install-data-local: install-schemas
$(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Applications