From 59fc25662cfb2144a8f9173616aa70a1da9e4f44 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 21 Feb 2001 23:16:49 +0000 Subject: [PATCH] Added style sheets. --- doc/Makefile.am | 10 +++++----- doc/yazhtml.dsl | 18 ++++++++++++++++++ doc/yazprint.dsl | 15 +++++++++++++++ 3 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 doc/yazhtml.dsl create mode 100644 doc/yazprint.dsl diff --git a/doc/Makefile.am b/doc/Makefile.am index 79b7bba..49e02ea 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.9 2001-01-04 13:36:24 adam Exp $ +## $Id: Makefile.am,v 1.10 2001-02-21 23:16:49 adam Exp $ docdir=$(pkgdatadir)/doc @@ -30,8 +30,8 @@ yaz.html: yaz.sgml XMLFILES=yaz.xml introduction.xml installation.xml indexdata.xml \ asn.xml tools.xml odr.xml comstack.xml frontend.xml license.xml future.xml -book1.htm: $(XMLFILES) - jade -E14 -d ../../docbook/docbook/html/docbook.dsl -t sgml xml.dcl yaz.xml +book1.html: $(XMLFILES) yazhtml.dsl + jade -E14 -d yazhtml.dsl -t sgml xml.dcl yaz.xml -yaz.tex: $(XMLFILES) - jade -d ../../docbook/docbook/print/docbook.dsl -t tex xml.dcl yaz.xml +yaz.tex: $(XMLFILES) yazprint.dsl + jade -d yazprint.dsl -t tex xml.dcl yaz.xml diff --git a/doc/yazhtml.dsl b/doc/yazhtml.dsl new file mode 100644 index 0000000..4a69f09 --- /dev/null +++ b/doc/yazhtml.dsl @@ -0,0 +1,18 @@ + + +]> + + + + + +(define %html-ext% ".html") +(define %shade-verbatim% #t) + + + + + diff --git a/doc/yazprint.dsl b/doc/yazprint.dsl new file mode 100644 index 0000000..9c99e11 --- /dev/null +++ b/doc/yazprint.dsl @@ -0,0 +1,15 @@ + + +]> + + + + + + + + + \ No newline at end of file -- 1.7.10.4