Initial revision
[xmldoc.git] / Makefile.am
1
2 ##  Process this file with automake to create Makefile.in
3
4 xsltdir = $(prefix)/xslt
5
6 bin_PROGRAMS = xp
7 bin_SCRIPTS = xml2html xml2latex xml2text
8
9 xslt_DATA = doc.dtd preprocess.xsl html.xsl latex.xsl text.xsl
10 xp_SOURCES = xp.c
11