X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-doc.sh;h=fe8f261cd8c9bfa22bf9273cb35f6cac0ef1c7ad;hb=1c0ce8a24b12334a9eb7908ad72d329394d537c7;hp=7acbe370236873649fe687914c72a1779705153c;hpb=d1b34780e8c44ecf1034aa30d4f2c0e2c492ca7a;p=sbcl.git diff --git a/doc/make-doc.sh b/doc/make-doc.sh index 7acbe37..fe8f261 100644 --- a/doc/make-doc.sh +++ b/doc/make-doc.sh @@ -3,17 +3,4 @@ . ../find-gnumake.sh find_gnumake -# Where is xsltproc? -if [ "" != "$XSLTPROC" ]; then - # The user has told us where to find xsltproc, good. - echo using XSLTPROC=$XSLTPROC -elif which xsltproc > /dev/null; then - # We have found it ourselves. - XSLTPROC=xsltproc -else - echo "can't find xsltproc, sorry" - exit 1 -fi - -export XSLTPROC -$GNUMAKE html +(cd ./manual ; $GNUMAKE html pdf info)