Blame xslt/man/Makefile.am

Packit e4b6da
# $Id: Makefile.am,v 1.4 2003/06/15 21:39:55 stevecheng Exp $
Packit e4b6da
#
Packit e4b6da
# This Makefile installs the Man page XSLT stylesheets.
Packit e4b6da
#
Packit e4b6da
Packit e4b6da
XSL_FILES = admon.xsl beginpage.xsl block.xsl caption.xsl \
Packit e4b6da
	docbook.xsl formal.xsl glossary.xsl index.xsl \
Packit e4b6da
	info.xsl inline.xsl keywords.xsl lists.xsl \
Packit e4b6da
	param.xsl pi.xsl manpage.xsl \
Packit e4b6da
	refentry.xsl sectioning.xsl \
Packit e4b6da
	sections.xsl synop.xsl table.xsl toc.xsl verbatim.xsl \
Packit e4b6da
	xref.xsl
Packit e4b6da
Packit e4b6da
xsltdir = $(pkgdatadir)/xslt
Packit e4b6da
xsltmandir = $(xsltdir)/man
Packit e4b6da
xsltman_DATA = $(XSL_FILES) 
Packit e4b6da
Packit e4b6da
EXTRA_DIST = $(XSL_FILES)