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