mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.8.6.2:
trivial tidying in new XSL version of doc/
This commit is contained in:
parent
bab58d17ae
commit
d1b34780e8
|
|
@ -1 +1,2 @@
|
|||
html
|
||||
html-stamp
|
||||
13
doc/DOCDOC
Normal file
13
doc/DOCDOC
Normal 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.)
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -86,8 +86,6 @@
|
|||
(:variant symbol-value-slot other-pointer-lowtag)
|
||||
(:policy :fast)
|
||||
(:translate symbol-value))
|
||||
|
||||
|
||||
|
||||
;;;; fdefinition (FDEFN) objects
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue