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$
|
|
|
|
#
|
2007-08-20 07:15:26 +05:30
|
|
|
SUBDIRS = templates
|
|
|
|
|
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
|
|
|
gedcom.xml \
|
|
|
|
papersize.xml \
|
2006-03-05 04:23:46 +05:30
|
|
|
system_filters.xml \
|
2005-08-18 11:28:28 +05:30
|
|
|
tips.xml\
|
2007-06-24 10:02:54 +05:30
|
|
|
lds.xml\
|
2009-02-04 13:01:15 +05:30
|
|
|
behaviour.css\
|
2008-10-22 00:27:42 +05:30
|
|
|
Web_Basic-Ash.css\
|
|
|
|
Web_Basic-Cypress.css\
|
|
|
|
Web_Basic-Lilac.css\
|
|
|
|
Web_Basic-Peach.css\
|
|
|
|
Web_Basic-Spruce.css\
|
|
|
|
Web_Mainz.css\
|
2008-07-16 12:37:21 +05:30
|
|
|
Web_Nebraska.css\
|
|
|
|
Web_Print-Default.css\
|
2008-10-28 03:17:30 +05:30
|
|
|
Web_Visually.css
|
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)
|
|
|
|
@INTLTOOL_XML_RULE@
|
|
|
|
|
2006-03-22 00:26:27 +05:30
|
|
|
EXTRA_DIST = $(xml_in_files)
|
|
|
|
CLEANFILES = $(xml_files)
|