aboutsummaryrefslogtreecommitdiffstats
path: root/data/starthere/Makefile.am
blob: d6ad77fed860d4b4456cacb8e40c16cc060d628b (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

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