Documentation for YAZ is now based on the Docbook XML/XSLT using
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 May 2006 12:33:22 +0000 (12:33 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 May 2006 12:33:22 +0000 (12:33 +0000)
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.

Makefile.am
man.xsl.in [new file with mode: 0644]

index a2e76bb..da4398f 100644 (file)
@@ -1,4 +1,4 @@
-## $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
 
@@ -9,10 +9,11 @@ SUPPORTFILES = \
  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
diff --git a/man.xsl.in b/man.xsl.in
new file mode 100644 (file)
index 0000000..2741f88
--- /dev/null
@@ -0,0 +1,7 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+               version="1.0">
+
+<xsl:import href="@XSL_DIR@/manpages/docbook.xsl"/>
+</xsl:stylesheet>
+
+