X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmake-doc.sh;h=8ce31069f58d002faa2e1eb7f4659997d7c1b2f3;hb=35f870eecfcaaba496d54e0f290b09e63884f74c;hp=7acbe370236873649fe687914c72a1779705153c;hpb=d1b34780e8c44ecf1034aa30d4f2c0e2c492ca7a;p=sbcl.git diff --git a/doc/make-doc.sh b/doc/make-doc.sh index 7acbe37..8ce3106 100644 --- a/doc/make-doc.sh +++ b/doc/make-doc.sh @@ -1,19 +1,3 @@ #!/bin/sh -. ../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 ; make html)