From cd2ed0c9c1f5ef58d5a33ec23f430ba7ecab3218 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Tue, 14 Oct 2003 20:21:05 +0000 Subject: [PATCH] Remove the default.dsl sheet -- the default is good enough. --- documentation/Makefile.in | 2 +- documentation/default.dsl | 51 --------------------------------------- 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 documentation/default.dsl diff --git a/documentation/Makefile.in b/documentation/Makefile.in index 5f6255a6b63..1ff1926e082 100644 --- a/documentation/Makefile.in +++ b/documentation/Makefile.in @@ -73,7 +73,7 @@ txt: $(ALLBOOKS:%=%.txt) .SUFFIXES: .sgml .html .pdf .ps .txt .sgml.html: - $(DB2HTML) -u -d $(SRCDIR)/default.dsl $< + $(DB2HTML) -u $< .sgml.pdf: $(DB2PDF) $< diff --git a/documentation/default.dsl b/documentation/default.dsl deleted file mode 100644 index 6e1eb9dd0c3..00000000000 --- a/documentation/default.dsl +++ /dev/null @@ -1,51 +0,0 @@ - - -]> - - - - - -; Use the section id as the filename rather than -; cryptic filenames like x1547.html -(define %use-id-as-filename% #t) - -; Repeat the section number in each section to make it easier -; when browsing the doc -(define %section-autolabel% #t) - -;;(define %stylesheet% "../../winehq.css") -;;(define %stylesheet-type% "text/css") - -; All that remains is to hard-code various aspects of the look and feel -; (colors, italics, etc.) - -(define %shade-verbatim% #t) - -;; Customize the body tag color attributes -(define %body-attr% - (list - (list "BGCOLOR" "#FFFFFF") - (list "TEXT" "#000000") - (list "LINK" "#a50d0d") - (list "VLINK" "#505050") - (list "ALINK" "#a50d0d"))) - -;; Change the background color of programlisting and screen, etc. -(define ($shade-verbatim-attr$) - (list - (list "BORDER" "0") - ;(list "BGCOLOR" "#E0E0E0") ; light grey - (list "BGCOLOR" "#E0D0D0") ; light grayish red - ;(list "BGCOLOR" "#bc8686") ; dark rose - ;(list "BGCOLOR" "#FFD39B") ; burlywood1 (tan) - ;(list "BGCOLOR" "#FFE7BA") ; wheat1 (light tan) - (list "WIDTH" ($table-width$)))) - - - - - - -