xsltproc + N Walsh's stylesheets. It means that the CVS version of YAZ
is no longer depending on jade/openjade or docbook-to-man scripts.
PDF is no longer part of the distribution - but can optionally be
made using DSSSL/jadetex or FOP.
-## $Id: Makefile.am,v 1.9 2006-05-23 19:08:45 adam Exp $
+## $Id: Makefile.am,v 1.10 2006-05-24 12:33:22 adam Exp $
commondir=$(datadir)/doc/@PACKAGE@/common
common.ent \
id.eps \
ref2dbinc.xsl \
- html.dsl html.dsl.in \
- html.xsl html.xsl.in \
- tkl.xsl tkl.xsl.in \
- print.dsl print.dsl.in \
+ html.dsl.in \
+ html.xsl.in \
+ tkl.xsl.in \
+ print.dsl.in \
+ man.xsl.in \
docbook2man.sh docbook-to-man.sh
EXTRA_DIST = $(SUPPORTFILES) $(common_DATA) README
--- /dev/null
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ version="1.0">
+
+<xsl:import href="@XSL_DIR@/manpages/docbook.xsl"/>
+</xsl:stylesheet>
+
+