trivial tidying in new XSL version of doc/
This commit is contained in:
William Harold Newman 2003-11-26 15:16:06 +00:00
parent bab58d17ae
commit d1b34780e8
5 changed files with 17 additions and 6 deletions

View file

@ -1 +1,2 @@
html
html-stamp

13
doc/DOCDOC Normal file
View file

@ -0,0 +1,13 @@
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.)

View file

@ -5,11 +5,10 @@ find_gnumake
# 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"

View file

@ -86,8 +86,6 @@
(:variant symbol-value-slot other-pointer-lowtag)
(:policy :fast)
(:translate symbol-value))
;;;; fdefinition (FDEFN) objects

View file

@ -17,4 +17,4 @@
;;; 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"