diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2006-12-10 01:55:29 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2006-12-10 01:55:29 +0000 |
| commit | 465269b8ad155ce6fcdf8c892593f42900e1c1f1 (patch) | |
| tree | 7bba930f17bd4e606df70fcc8e5a19b0cab8dae8 /doc/src | |
| parent | c605441c791625798fb43b06ebf498fafd3ddba5 (diff) | |
Drop indentation of verbatim environments in print output. This increased
the build time by what seemed like infinity.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/stylesheet.dsl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl index a5735c4848e..61374ac5f5c 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.30 2006/02/16 01:03:48 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.31 2006/12/10 01:55:29 petere Exp $ --> <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ <!-- must turn on one of these with -i on the jade command line --> @@ -280,12 +280,6 @@ (define %refentry-new-page% #t) (define %refentry-keep% #f) -;; Indentation of verbatim environments. (This should really be done -;; with start-indent in DSSSL.) -(define %indent-programlisting-lines% " ") -(define %indent-screen-lines% " ") -(define %indent-synopsis-lines% " ") - ;; Default graphic format: Jadetex wants eps, pdfjadetex wants pdf. ;; (Note that pdfjadetex will not accept eps, that's why we need to |
