svn: r8192
This commit is contained in:
parent
9a74b28f52
commit
70a2ef49f6
@ -232,6 +232,10 @@ src/DateHandler/Makefile
|
||||
src/data/Makefile
|
||||
src/glade/Makefile
|
||||
src/images/Makefile
|
||||
src/images/scalable/Makefile
|
||||
src/images/16x16/Makefile
|
||||
src/images/22x22/Makefile
|
||||
src/images/48x48/Makefile
|
||||
src/data/templates/Makefile
|
||||
data/Makefile
|
||||
data/man/Makefile
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This is the src/images level Makefile for Gramps
|
||||
# $Id: Makefile.am 6057 2006-03-03 12:49:39Z loshawlos $
|
||||
# This is the src/images/16x16 level Makefile for Gramps
|
||||
# $Id$
|
||||
|
||||
SUBDIRS =
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/images/16x16
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This is the src/images level Makefile for Gramps
|
||||
# $Id: Makefile.am 6057 2006-03-03 12:49:39Z loshawlos $
|
||||
# This is the src/images/22x22 level Makefile for Gramps
|
||||
# $Id$
|
||||
|
||||
SUBDIRS =
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/images/22x22
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This is the src/images level Makefile for Gramps
|
||||
# $Id: Makefile.am 6057 2006-03-03 12:49:39Z loshawlos $
|
||||
# This is the src/images/48x48 level Makefile for Gramps
|
||||
# $Id$
|
||||
|
||||
SUBDIRS =
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/images/48x48
|
||||
|
@ -1,11 +1,7 @@
|
||||
# This is the src/images level Makefile for Gramps
|
||||
# $Id: Makefile.am 6057 2006-03-03 12:49:39Z loshawlos $
|
||||
# $Id$
|
||||
|
||||
SUBDIRS = \
|
||||
scalable \
|
||||
48x48 \
|
||||
22x22 \
|
||||
16x16
|
||||
SUBDIRS = scalable 16x16 22x22 48x48
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/images
|
||||
|
||||
icon_DATA = gramps.png
|
||||
|
@ -1,8 +1,8 @@
|
||||
# This is the src/images level Makefile for Gramps
|
||||
# $Id: Makefile.am 6057 2006-03-03 12:49:39Z loshawlos $
|
||||
# This is the src/images/scalable level Makefile for Gramps
|
||||
# $Id$
|
||||
|
||||
SUBDIRS =
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/images/48x48
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/images/scalable
|
||||
|
||||
dist_pkgdata_DATA = \
|
||||
gramps-event.svg \
|
||||
|
Loading…
Reference in New Issue
Block a user