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.
This commit is contained in:
Nikodemus Siivola 2010-09-21 15:29:10 +00:00
parent 2d266da0f5
commit f13a539618
3 changed files with 4 additions and 4 deletions

View file

@ -3,4 +3,4 @@
. ../find-gnumake.sh . ../find-gnumake.sh
find_gnumake find_gnumake
(cd ./manual ; $GNUMAKE html) (cd ./manual ; $GNUMAKE html pdf info)

View file

@ -59,8 +59,8 @@ html: html-stamp
html-stamp: $(DOCFILES) docstrings html-stamp: $(DOCFILES) docstrings
@rm -rf $(HTMLDIRS) @rm -rf $(HTMLDIRS)
@rm -f $(HTMLFILES) @rm -f $(HTMLFILES)
$(MAKEINFO) $(I_FLAGS) --html --css-include=style-multi.css $(SBCLTEXI) # $(MAKEINFO) $(I_FLAGS) --html --css-include=style-multi.css $(SBCLTEXI)
$(MAKEINFO) --html --css-include=style-multi.css $(ASDFTEXI) # $(MAKEINFO) --html --css-include=style-multi.css $(ASDFTEXI)
$(MAKEINFO) $(I_FLAGS) --html --no-split --css-include=style-single.css $(SBCLTEXI) $(MAKEINFO) $(I_FLAGS) --html --no-split --css-include=style-single.css $(SBCLTEXI)
$(MAKEINFO) --html --no-split --css-include=style-single.css $(ASDFTEXI) $(MAKEINFO) --html --no-split --css-include=style-single.css $(ASDFTEXI)
touch html-stamp touch html-stamp

View file

@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal ;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS ;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"1.0.42.50" "1.0.42.51"