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