X-Git-Url: http://git.boinkor.net/gitweb/sbcl.git/blobdiff_plain/01b41fdd69d197da85f86a2e4f8971f3ef9dda82..0e1933f873c9fb073e3fc07e73c5401277bd0681:/doc/manual/Makefile diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 0bce9a5..ea63f38 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -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