X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-doc.sh;h=fe8f261cd8c9bfa22bf9273cb35f6cac0ef1c7ad;hb=1ee20a4186d01454f5cf61a3049160c174568305;hp=53e27bc78a18e9b591bda926e847c045098ffa23;hpb=3c5c2c265637357e88cb5bb36bcfdc5569bdea4c;p=sbcl.git diff --git a/doc/make-doc.sh b/doc/make-doc.sh index 53e27bc..fe8f261 100644 --- a/doc/make-doc.sh +++ b/doc/make-doc.sh @@ -3,18 +3,4 @@ . ../find-gnumake.sh find_gnumake -# Where is xsltproc? -if [ "" != "$XSLTPROC" ]; then - # The user has told us where to find jade, 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 - XSLTPROC=xsltproc -else - echo "can't find xsltproc, sorry" - exit 1 -fi - -export XSLTPROC -$GNUMAKE html +(cd ./manual ; $GNUMAKE html pdf info)