Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 465269b

Browse files
committed
Drop indentation of verbatim environments in print output. This increased
the build time by what seemed like infinity.
1 parent c605441 commit 465269b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/src/sgml/stylesheet.dsl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.30 2006/02/16 01:03:48 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v 1.31 2006/12/10 01:55:29 petere Exp $ -->
22
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
33

44
<!-- must turn on one of these with -i on the jade command line -->
@@ -280,12 +280,6 @@
280280
(define %refentry-new-page% #t)
281281
(define %refentry-keep% #f)
282282

283-
;; Indentation of verbatim environments. (This should really be done
284-
;; with start-indent in DSSSL.)
285-
(define %indent-programlisting-lines% " ")
286-
(define %indent-screen-lines% " ")
287-
(define %indent-synopsis-lines% " ")
288-
289283

290284
;; Default graphic format: Jadetex wants eps, pdfjadetex wants pdf.
291285
;; (Note that pdfjadetex will not accept eps, that's why we need to

0 commit comments

Comments
 (0)