X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-doc.sh;h=7acbe370236873649fe687914c72a1779705153c;hb=dcf5978d9d33098e868ae6eea28e1b310038c03d;hp=53e27bc78a18e9b591bda926e847c045098ffa23;hpb=3c5c2c265637357e88cb5bb36bcfdc5569bdea4c;p=sbcl.git 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"