1cac9ae4b7
* src/images/16x16/gramps-zoom-fit-width.png: * src/images/16x16/Makefile.am: * src/images/22x22/gramps-zoom-fit-width.png; * src/images/22x22/Makefile.am: * src/images/48x48/gramps-zoom-fit-width.png: * src/images/48x48/Makefile.am: * src/images/scalable/gramps-zoom-fit-width.svg: * src/images/scalable/Makefile.am: * src/gramps_main.py: 'Zoom to fit width' stock icon added. (Please draw a better one!!!) * src/docgen/gtkprintpreview.glade: * src/docgen/GtkPrint.py: Print preview is 99.999% complete. svn: r8909
39 lines
858 B
Makefile
39 lines
858 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 \
|
|
gramps-viewmedia.svg \
|
|
gramps-zoom-fit-width.svg
|