adjust DATA-VECTOR-FROM-INITS to avoid full calls to MAKE-ARRAY when possible
[sbcl.git] / doc / manual / Makefile
index 0bce9a5..2f15a72 100644 (file)
@@ -59,8 +59,8 @@ html: html-stamp
 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
@@ -97,7 +97,7 @@ info: $(INFOFILES)
 CONTRIB_FASLS=$(shell find $(shell echo $(MODULES) | sed "s|:|$(CONTRIBDIR)|g") -name '*.fasl')
 docstrings: $(CONTRIB_FASLS) tempfiles-stamp
        for module in $(shell echo $(MODULES)); do \
-               test -e $(CONTRIBDIR)/$${module#:}/test-passed \
+               test -f $(CONTRIBDIR)/`echo $$module | tr -d :`/test-passed \
                || { echo "The documented contrib $$module seems \
                            to have failed its tests." && exit 1; } \
        done