0.8.6.1:
[sbcl.git] / doc / make-doc.sh
1 #!/bin/sh
2
3 . ../find-gnumake.sh
4 find_gnumake
5
6 # Where is xsltproc? 
7 if [ "" != "$XSLTPROC" ]; then
8     # The user has told us where to find jade, good.
9     echo using XSLTPROC=$XSLTPROC
10 elif which xsltproc > /dev/null; then
11     # Openxsltproc is the version of xsltproc which comes with OpenBSD 2.9, 
12     # and I started using it in sbcl-0.pre7.x. -- WHN
13     XSLTPROC=xsltproc
14 else
15     echo "can't find xsltproc, sorry"
16     exit 1
17 fi
18
19 export XSLTPROC
20 $GNUMAKE html