svn: r3214
This commit is contained in:
Don Allingham 2004-06-16 03:38:26 +00:00
parent 16addc35b4
commit d2e29dc8d4
7 changed files with 4 additions and 13 deletions

View File

@ -1,5 +1,3 @@
# copyright (C) 2000 Sun Microsystems, Inc.
SUBDIRS = src doc example
EXTRA_DIST = autogen.sh gramps.spec.in gramps.spec gramps-mdk.spec gramps-mdk.spec.in COPYING-DOCS FAQ

View File

@ -14,8 +14,6 @@
@SET_MAKE@
# copyright (C) 2000 Sun Microsystems, Inc.
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

View File

@ -108,8 +108,8 @@ GRAPHICS = \
family48.png\
good.png\
home.png\
gramps.png\
logo.png\
gramps.png \
media.png\
people48.png\
place.png\

View File

@ -248,8 +248,8 @@ GRAPHICS = \
family48.png\
good.png\
home.png\
gramps.png\
logo.png\
gramps.png \
media.png\
people48.png\
place.png\

View File

@ -7,6 +7,7 @@ pkgdata_DATA = gedcom.xml \
tips.xml \
gnome-mime-application-x-gramps.png \
gramps.applications \
gramps.desktop \
gramps.svg \
gramps.keys \
gramps.mime
@ -14,8 +15,6 @@ pkgdata_DATA = gedcom.xml \
EXTRA_DIST = $(pkgdata_DATA)
install-data-local:
$(INSTALL) -d $(DESTDIR)$(prefix)/share/pixmaps
$(INSTALL_DATA) gramps.png $(DESTDIR)$(prefix)/share/pixmaps
$(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Applications
$(INSTALL_DATA) gramps.desktop $(DESTDIR)$(prefix)/share/applications
$(INSTALL) -d $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/
@ -29,7 +28,6 @@ install-data-local:
update-mime-database $(DESTDIR)$(prefix)/share/mime
uninstall-local:
-rm $(DESTDIR)$(prefix)/share/pixmaps/gramps.png
-rm $(DESTDIR)$(prefix)/share/gnome/apps/Applications/gramps.desktop
-rm $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gramps.png
-rm $(DESTDIR)$(prefix)/share/mime-info/gramps.keys

View File

@ -142,6 +142,7 @@ pkgdata_DATA = gedcom.xml \
tips.xml \
gnome-mime-application-x-gramps.png \
gramps.applications \
gramps.desktop \
gramps.svg \
gramps.keys \
gramps.mime
@ -453,8 +454,6 @@ uninstall-info: uninstall-info-recursive
install-data-local:
$(INSTALL) -d $(DESTDIR)$(prefix)/share/pixmaps
$(INSTALL_DATA) gramps.png $(DESTDIR)$(prefix)/share/pixmaps
$(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Applications
$(INSTALL_DATA) gramps.desktop $(DESTDIR)$(prefix)/share/applications
$(INSTALL) -d $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/
@ -468,7 +467,6 @@ install-data-local:
update-mime-database $(DESTDIR)$(prefix)/share/mime
uninstall-local:
-rm $(DESTDIR)$(prefix)/share/pixmaps/gramps.png
-rm $(DESTDIR)$(prefix)/share/gnome/apps/Applications/gramps.desktop
-rm $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/gnome-mime-application-x-gramps.png
-rm $(DESTDIR)$(prefix)/share/mime-info/gramps.keys

View File

@ -190,7 +190,6 @@ GLADEFILES = \
gedcomimport.glade\
merge.glade\
patchnames.glade\
pkgexport.glade\
relcalc.glade\
soundex.glade\
summary.glade\