0.8.6.2:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 26 Nov 2003 15:16:06 +0000 (15:16 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 26 Nov 2003 15:16:06 +0000 (15:16 +0000)
trivial tidying in new XSL version of doc/

doc/.cvsignore
doc/DOCDOC [new file with mode: 0644]
doc/make-doc.sh
src/compiler/alpha/cell.lisp
version.lisp-expr

index 1936cc1..15c4355 100644 (file)
@@ -1 +1,2 @@
 html
+html-stamp
\ No newline at end of file
diff --git a/doc/DOCDOC b/doc/DOCDOC
new file mode 100644 (file)
index 0000000..803aa1a
--- /dev/null
@@ -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.)
index 53e27bc..7acbe37 100644 (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"
index 22a2734..24bfb51 100644 (file)
@@ -86,8 +86,6 @@
   (:variant symbol-value-slot other-pointer-lowtag)
   (:policy :fast)
   (:translate symbol-value))
-
-
 \f
 ;;;; fdefinition (FDEFN) objects
 
index 604ee45..a45b118 100644 (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"