mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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:
parent
2d266da0f5
commit
f13a539618
|
|
@ -3,4 +3,4 @@
|
||||||
. ../find-gnumake.sh
|
. ../find-gnumake.sh
|
||||||
find_gnumake
|
find_gnumake
|
||||||
|
|
||||||
(cd ./manual ; $GNUMAKE html)
|
(cd ./manual ; $GNUMAKE html pdf info)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue