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.
. ../find-gnumake.sh
find_gnumake
-(cd ./manual ; $GNUMAKE html)
+(cd ./manual ; $GNUMAKE html pdf info)
html-stamp: $(DOCFILES) docstrings
@rm -rf $(HTMLDIRS)
@rm -f $(HTMLFILES)
- $(MAKEINFO) $(I_FLAGS) --html --css-include=style-multi.css $(SBCLTEXI)
- $(MAKEINFO) --html --css-include=style-multi.css $(ASDFTEXI)
+# $(MAKEINFO) $(I_FLAGS) --html --css-include=style-multi.css $(SBCLTEXI)
+# $(MAKEINFO) --html --css-include=style-multi.css $(ASDFTEXI)
$(MAKEINFO) $(I_FLAGS) --html --no-split --css-include=style-single.css $(SBCLTEXI)
$(MAKEINFO) --html --no-split --css-include=style-single.css $(ASDFTEXI)
touch html-stamp
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.42.50"
+"1.0.42.51"