6544ab67ad
* 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
36 lines
806 B
Makefile
36 lines
806 B
Makefile
# This is the src/images/scalable level Makefile for Gramps
|
|
# $Id$
|
|
|
|
SUBDIRS =
|
|
pkgdatadir = $(datadir)/@PACKAGE@/images/scalable
|
|
|
|
dist_pkgdata_DATA = \
|
|
gramps-address.svg \
|
|
gramps-attribute.svg \
|
|
gramps-bookmark-delete.svg \
|
|
gramps-bookmark-edit.svg \
|
|
gramps-bookmark-new.svg \
|
|
gramps-bookmark.svg \
|
|
gramps-date-edit.svg \
|
|
gramps-date.svg \
|
|
gramps-event.svg \
|
|
gramps-family.svg \
|
|
gramps-font-bgcolor.svg \
|
|
gramps-font-color.svg \
|
|
gramps-lock.svg \
|
|
gramps-media.svg \
|
|
gramps-notes.svg \
|
|
gramps-parents.svg \
|
|
gramps-parents-open.svg \
|
|
gramps-parents-add.svg \
|
|
gramps-pedigree.svg \
|
|
gramps-person.svg \
|
|
gramps-place.svg \
|
|
gramps.svg \
|
|
gramps-relation.svg \
|
|
gramps-reports.svg \
|
|
gramps-repository.svg \
|
|
gramps-source.svg \
|
|
gramps-spouse.svg \
|
|
gramps-tools.svg \
|
|
gramps-unlock.svg
|