html
+html-stamp
\ No newline at end of file
--- /dev/null
+metadocumentation: hints for how to set things up so that the
+documentation gets processed correctly
+
+WHN's approach:
+ * (starting from Debian 3.0r1, in a configuration where
+ openjade-based toolchain for SGML DocBook was already present)
+ * Use dselect to install everything plausible-looking which matches
+ the search string 'xsl': docbook-xsl, xsltproc, libxslt1.
+ * (Now things work. This is probably in part because Kevin Rosenberg
+ already set up a suitable Debian configuration in the CVS files,
+ so if you're on a system where there hasn't been done already -- i.e.
+ system other than Debian or RedHat as of sbcl-0.8.6.1 -- you might
+ need to add such a configuration yourself.)
# Where is xsltproc?
if [ "" != "$XSLTPROC" ]; then
- # The user has told us where to find jade, good.
+ # The user has told us where to find xsltproc, good.
echo using XSLTPROC=$XSLTPROC
elif which xsltproc > /dev/null; then
- # Openxsltproc is the version of xsltproc which comes with OpenBSD 2.9,
- # and I started using it in sbcl-0.pre7.x. -- WHN
+ # We have found it ourselves.
XSLTPROC=xsltproc
else
echo "can't find xsltproc, sorry"
(:variant symbol-value-slot other-pointer-lowtag)
(:policy :fast)
(:translate symbol-value))
-
-
\f
;;;; fdefinition (FDEFN) objects
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.6.1"
+"0.8.6.2"