From d1b34780e8c44ecf1034aa30d4f2c0e2c492ca7a Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Wed, 26 Nov 2003 15:16:06 +0000 Subject: [PATCH] 0.8.6.2: trivial tidying in new XSL version of doc/ --- doc/.cvsignore | 1 + doc/DOCDOC | 13 +++++++++++++ doc/make-doc.sh | 5 ++--- src/compiler/alpha/cell.lisp | 2 -- version.lisp-expr | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 doc/DOCDOC diff --git a/doc/.cvsignore b/doc/.cvsignore index 1936cc1..15c4355 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1 +1,2 @@ html +html-stamp \ No newline at end of file diff --git a/doc/DOCDOC b/doc/DOCDOC new file mode 100644 index 0000000..803aa1a --- /dev/null +++ b/doc/DOCDOC @@ -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.) diff --git a/doc/make-doc.sh b/doc/make-doc.sh index 53e27bc..7acbe37 100644 --- a/doc/make-doc.sh +++ b/doc/make-doc.sh @@ -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" diff --git a/src/compiler/alpha/cell.lisp b/src/compiler/alpha/cell.lisp index 22a2734..24bfb51 100644 --- a/src/compiler/alpha/cell.lisp +++ b/src/compiler/alpha/cell.lisp @@ -86,8 +86,6 @@ (:variant symbol-value-slot other-pointer-lowtag) (:policy :fast) (:translate symbol-value)) - - ;;;; fdefinition (FDEFN) objects diff --git a/version.lisp-expr b/version.lisp-expr index 604ee45..a45b118 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4