DOCUMENTATION-TEMPLATE is a tool written by Edi Weitz to prepare HTML documentation for Lisp libraries. In its original form it uses some Lispworks-specific features and therefore runs only on Lispworks.
This is a small patch that makes DOCUMENTATION-TEMPLATE run on SBCL. It is a quick dirty hack, it's certainly not correct, not complete and might not do anything useful. It's just a minimal change that made DOCUMENTATION-TEMPLATE work for me on one specific library.
At the moment it's here.
Download and unpack DOCUMENTATION-TEMPLATE. Make sure it's version is 0.1.2 as this is the version this patch From inside the DOCUMENTATION-TEMPLATE's directory run something along the lines of
patch -p 1 < /wherever/doc-tmpl-0.1.2-sbcl.patch
If everything is OK you may try to use it.
;;; Copyright (c) 2007, Ury Marshak