0.8.13.9: Referendum Alienum
[sbcl.git] / doc / make-doc.sh
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"