|
1 |
| -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.1 2001/02/1321:27:05 petere Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/stylesheet.dsl,v1.2 2001/02/1322:35:15 petere Exp $ --> |
2 | 2 | <!DOCTYPE style-sheet PUBLIC"-//James Clark//DTD DSSSL Style Sheet//EN" [
|
3 | 3 |
|
4 | 4 | <!-- must turn on one of these with -i on the jade command line -->
|
|
30 | 30 | (define %html-ext%".html")
|
31 | 31 | (define %link-mailto-url% (string-append"mailto:" pgsql-docs-list))
|
32 | 32 | (define %use-id-as-filename% #t)
|
33 |
| -(define %stylesheet%"stylesheet.css") |
34 | 33 |
|
35 | 34 | ;; Returns the depth of auto TOC that should be made at the nd-level
|
36 | 35 | (define (toc-depth nd)
|
|