1.0.3.43: Restore manual autobuildability
authorAndreas Fuchs <asf@boinkor.net>
Sun, 18 Mar 2007 01:57:45 +0000 (01:57 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Sun, 18 Mar 2007 01:57:45 +0000 (01:57 +0000)
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
version.lisp-expr

index 6a54d40..760f4b5 100644 (file)
@@ -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)
 
index edceaa9..25fdc46 100644 (file)
@@ -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"