From 28c2529caecc45984cbbef0e3277cde740bbf326 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Sun, 18 Mar 2007 01:57:45 +0000 Subject: [PATCH] 1.0.3.43: Restore manual autobuildability Adding a dependency of ../../output/sbcl.core in the manual's Makefile goes against the ability of specifying the SBCL_SYSTEM to the build process. This change should restore the old behavior. --- doc/manual/Makefile | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 6a54d40..760f4b5 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -87,7 +87,7 @@ info: $(INFOFILES) # directories containing the modules, and that these directories # are in $(CONTRIBDIR). CONTRIB_FASLS=$(shell find $(shell echo $(MODULES) | sed "s|:|$(CONTRIBDIR)|g") -name '*.fasl') -docstrings: ../../output/sbcl.core $(CONTRIB_FASLS) tempfiles-stamp +docstrings: $(CONTRIB_FASLS) tempfiles-stamp for module in $(shell echo $(MODULES)); do test -e $(CONTRIBDIR)/$${module#:}/test-passed || { echo "The documented contrib $$module seems to have failed its tests." && exit 1; }; done DOCSTRINGDIR=$(DOCSTRINGDIR) PACKAGES=$(PACKAGES) MODULES=$(MODULES) sh make-tempfiles.sh "$(SBCL_SYSTEM)" && touch $(DOCSTRINGDIR) diff --git a/version.lisp-expr b/version.lisp-expr index edceaa9..25fdc46 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; 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.3.42" +"1.0.3.43" -- 1.7.10.4