From: Peter Eisentraut Date: Fri, 15 Dec 2006 14:54:48 +0000 (+0000) Subject: Drop indentation of verbatim environments in print output. This increased X-Git-Tag: REL8_2_1~26 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6d3985b46e1f409194f89cffaf82f77fc46bdf33;p=users%2Fc2main%2Fpostgres.git Drop indentation of verbatim environments in print output. This increased the build time by what seemed like infinity. --- diff --git a/doc/src/sgml/stylesheet.dsl b/doc/src/sgml/stylesheet.dsl index a5735c4848..7f0e04c223 100644 --- a/doc/src/sgml/stylesheet.dsl +++ b/doc/src/sgml/stylesheet.dsl @@ -1,4 +1,4 @@ - + @@ -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