From 3fd26dcb45f4a9ad6a6adb9d7825c7646503027c Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Sun, 4 Nov 2007 22:13:59 +0000 Subject: Files added: db2html.dsl (DSSSL stylesheet) manpage.css (HTML stylesheet) Updated Makefile to let docbook2html use db2html.dsl. --- db2html.dsl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 db2html.dsl (limited to 'db2html.dsl') diff --git a/db2html.dsl b/db2html.dsl new file mode 100644 index 0000000..f1021ea --- /dev/null +++ b/db2html.dsl @@ -0,0 +1,25 @@ + +]> + + + + + +(define %css-decoration% + ; Enable html element decoration with 'style=...' css? +#t) + +(define %stylesheet% + ; Needed if we want to use a css file +"manpage.css") + +(define %shade-verbatim% + ;; Should verbatim environments be shaded? + #t) + + + + + -- cgit v1.2.3