aboutsummaryrefslogtreecommitdiffstats
path: root/data/starthere/Makefile.am
blob: 1cdf7815f5083552c37d67f5e552157d4b9776d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@INTLTOOL_XML_RULE@

xmldir = $(pkgdatadir)/starthere
xml_in_files = index.xml.in smartbookmarks.xml.in
xml_DATA = $(xml_in_files:.xml.in=.xml)

pagedir = $(pkgdatadir)/starthere
page_DATA = section.xsl section.css

EXTRA_DIST = $(xml_DATA)            \
         $(xml_in_files)        \
         $(page_DATA)