2006-03-22 00:26:27 +05:30
|
|
|
# This is the src/data level Makefile for gramps
|
2005-05-24 18:38:06 +05:30
|
|
|
# $Id$
|
|
|
|
#
|
2009-06-11 08:09:11 +05:30
|
|
|
SUBDIRS =
|
2007-08-20 07:15:26 +05:30
|
|
|
|
2003-05-21 06:00:02 +05:30
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/data
|
2002-10-20 19:55:16 +05:30
|
|
|
|
2004-07-29 05:08:34 +05:30
|
|
|
dist_pkgdata_DATA = \
|
2008-08-08 15:35:54 +05:30
|
|
|
authors.xml \
|
2004-07-29 05:08:34 +05:30
|
|
|
papersize.xml \
|
2005-08-18 11:28:28 +05:30
|
|
|
tips.xml\
|
2011-01-22 02:56:17 +05:30
|
|
|
lds.xml
|
2005-05-11 19:34:47 +05:30
|
|
|
|
2006-03-16 05:28:23 +05:30
|
|
|
# Rules for files with translatable strings
|
|
|
|
# These are taken care of by the intltool
|
2006-03-22 00:26:27 +05:30
|
|
|
xml_in_files = tips.xml.in
|
2006-03-16 05:28:23 +05:30
|
|
|
xml_files = $(xml_in_files:.xml.in=.xml)
|
2011-01-21 14:23:39 +05:30
|
|
|
@INTLTOOL_XML_NOMERGE_RULE@
|
2006-03-16 05:28:23 +05:30
|
|
|
|
2006-03-22 00:26:27 +05:30
|
|
|
EXTRA_DIST = $(xml_in_files)
|
|
|
|
CLEANFILES = $(xml_files)
|