* src/images/.../Makefile.am: * src/images/Makefile.am: * src/DataViews/_RelationView.py: * src/MarkupText.py: * src/gramps_main.py: * src/images/.../gramps-font-color...: * src/images/.../gramps-font-bgcolor...: * src/images/.../gramps-parents-open...: * src/images/48x48/gramps-parents-add.png: New icons for add/share parents, clean up media icon, icons for fonts as asked by Zsolt, delete of no more needed icons gramps-sharefamily, gramps-media-all. Reflect changes to images to makefiles. Use the new icons. svn: r8430
29 lines
639 B
Makefile
29 lines
639 B
Makefile
# This is the src/images/22x22 level Makefile for Gramps
|
|
# $Id$
|
|
|
|
SUBDIRS =
|
|
pkgdatadir = $(datadir)/@PACKAGE@/images/22x22
|
|
|
|
dist_pkgdata_DATA = \
|
|
gramps-address.png \
|
|
gramps-attribute.png \
|
|
gramps-bookmark-delete.png \
|
|
gramps-bookmark-edit.png \
|
|
gramps-bookmark-new.png \
|
|
gramps-bookmark.png \
|
|
gramps-date-edit.png \
|
|
gramps-date.png \
|
|
gramps-event.png \
|
|
gramps-family.png \
|
|
gramps-lock.png \
|
|
gramps-media.png \
|
|
gramps-notes.png \
|
|
gramps-parents.png \
|
|
gramps-pedigree.png \
|
|
gramps-person.png \
|
|
gramps-place.png \
|
|
gramps-relation.png \
|
|
gramps-repository.png \
|
|
gramps-source.png \
|
|
gramps-spouse.png \
|
|
gramps-unlock.png
|