From cdb1c73878493bf394faedb176da3ee1569f147f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 May 2006 12:33:22 +0000 Subject: [PATCH] Documentation for YAZ is now based on the Docbook XML/XSLT using 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 | 11 ++++++----- man.xsl.in | 7 +++++++ 2 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 man.xsl.in diff --git a/Makefile.am b/Makefile.am index a2e76bb..da4398f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 index 0000000..2741f88 --- /dev/null +++ b/man.xsl.in @@ -0,0 +1,7 @@ + + + + + + -- 1.7.10.4