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