sbcl.sbcl/doc/make-doc.sh
Nikodemus Siivola f13a539618 1.0.42.51: disable split html manual building
Makeinfo tries to generate an overly long filename for one of the
 split parts (SB-BSD-SOCKETS:SOCKET-MAKE-STREAM, to be exact),
 breaking the documentation build.

 Fixes lp#643636. Regression since 1.0.42.
2010-09-21 15:29:10 +00:00

7 lines
85 B
Bash

#!/bin/sh
. ../find-gnumake.sh
find_gnumake
(cd ./manual ; $GNUMAKE html pdf info)