Added style sheets.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Feb 2001 23:16:49 +0000 (23:16 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 21 Feb 2001 23:16:49 +0000 (23:16 +0000)
doc/Makefile.am
doc/yazhtml.dsl [new file with mode: 0644]
doc/yazprint.dsl [new file with mode: 0644]

index 79b7bba..49e02ea 100644 (file)
@@ -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 (file)
index 0000000..4a69f09
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets-1.59/html/docbook.dsl" CDATA DSSSL>
+<!ENTITY html-common.dsl SYSTEM "./html-common.dsl">
+]>
+<!--
+  $Header: /home/cvsroot/yaz/doc/Attic/yazhtml.dsl,v 1.1 2001-02-21 23:16:49 adam Exp $
+-->
+<style-sheet>
+<style-specification use="docbook">
+<style-specification-body>
+
+(define %html-ext% ".html")
+(define %shade-verbatim% #t)
+
+</style-specification-body>
+</style-specification>
+<external-specification id="docbook" document="docbook.dsl">
+</style-sheet>
diff --git a/doc/yazprint.dsl b/doc/yazprint.dsl
new file mode 100644 (file)
index 0000000..9c99e11
--- /dev/null
@@ -0,0 +1,15 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY docbook.dsl SYSTEM "/usr/share/sgml/docbook/dsssl-stylesheets-1.59/print/docbook.dsl" CDATA DSSSL>
+<!ENTITY html-common.dsl SYSTEM "./print-common.dsl">
+]>
+<!--
+  $Header: /home/cvsroot/yaz/doc/Attic/yazprint.dsl,v 1.1 2001-02-21 23:16:49 adam Exp $
+-->
+<style-sheet>
+<style-specification use="docbook">
+<style-specification-body>
+
+</style-specification-body>
+</style-specification>
+<external-specification id="docbook" document="docbook.dsl">
+</style-sheet>
\ No newline at end of file