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
|
|
|
gedcom.xml \
|
|
|
|
papersize.xml \
|
2005-08-18 05:58:28 +00:00
|
|
|
tips.xml\
|
2007-06-24 04:32:54 +00:00
|
|
|
lds.xml\
|
2009-02-04 07:31:15 +00:00
|
|
|
behaviour.css\
|
2008-10-21 18:57:42 +00:00
|
|
|
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 07:07:21 +00:00
|
|
|
Web_Nebraska.css\
|
|
|
|
Web_Print-Default.css\
|
2008-10-27 21:47:30 +00:00
|
|
|
Web_Visually.css
|
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)
|
|
|
|
@INTLTOOL_XML_RULE@
|
|
|
|
|
2006-03-21 18:56:27 +00:00
|
|
|
EXTRA_DIST = $(xml_in_files)
|
|
|
|
CLEANFILES = $(xml_files)
|