Use $prefix in the path for stylesheets
[xmldoc.git] / Makefile.am
1
2 ##  Process this file with automake to create Makefile.in
3
4 SUBDIRS = . doc
5
6 xsltdir = $(prefix)/xslt
7
8 bin_PROGRAMS = xp
9 bin_SCRIPTS = xml2html xml2latex xml2text xml2wiki
10
11 EXTRA_DIST = xml2html.in xml2latex.in xml2text.in xml2wiki.in
12 xslt_DATA = doc.dtd preprocess.xsl html.xsl latex.xsl text.xsl wiki.xsl
13 xp_SOURCES = xp.c
14