mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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.
7 lines
85 B
Bash
7 lines
85 B
Bash
#!/bin/sh
|
|
|
|
. ../find-gnumake.sh
|
|
find_gnumake
|
|
|
|
(cd ./manual ; $GNUMAKE html pdf info)
|