Bug 41892

Summary: Patch to fix slowdowns of documentation builds
Product: Documentation Reporter: Joseph Koshy <jkoshy>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Joseph Koshy freebsd_committer freebsd_triage 2002-08-22 12:00:07 UTC
The function $verbatim-line-by-line$ in the DSSSL modular stylesheets
seems to be culprit.

Fix: This is a workaround patch: don't use user-defined indents for
screen and programlisting elements.
Comment 1 Hiroki Sato freebsd_committer freebsd_triage 2003-04-26 22:28:42 UTC
State Changed
From-To: open->closed

The definitions were removed and replaced with 
the same functionality in docbook.css.  Thanks!