From f469ab649107f4c411034c1f2f6a473c3ca6a461 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 4 Jul 2004 15:52:15 +0000 Subject: [PATCH] 0.8.12.20: Seems that some finnish twit broke the manual building. Fixed. --- doc/manual/make-tempfiles.sh | 4 ++-- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/make-tempfiles.sh b/doc/manual/make-tempfiles.sh index 9b87b90..baa7f65 100644 --- a/doc/manual/make-tempfiles.sh +++ b/doc/manual/make-tempfiles.sh @@ -24,7 +24,7 @@ else SBCLRUNTIME="${1:-`which sbcl`}" fi -SBCL=$SBCLRUNTIME --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger +SBCL="$SBCLRUNTIME --noinform --sysinit /dev/null --userinit /dev/null --noprint --disable-debugger" # Output directory. This has to end with a slash (it's interpreted by # Lisp's `pathname' function) or you lose. This is normally set from @@ -46,7 +46,7 @@ echo /creating contrib-docs.texi-temp echo "(load \"create-contrib-doc-list.lisp\")" | $SBCL echo /creating package-locks.texi-temp -if $SBCL --eval "(let ((plp (find-symbol \"PACKAGE-LOCKED-P\" :sb-exit))) (quit :unix-status (if (and plp (fboundp plp)) 0 1)))"; +if $SBCL --eval "(let ((plp (find-symbol \"PACKAGE-LOCKED-P\" :sb-ext))) (quit :unix-status (if (and plp (fboundp plp)) 0 1)))"; then cp package-locks-extended.texinfo package-locks.texi-temp else diff --git a/version.lisp-expr b/version.lisp-expr index e65feee..1f82446 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".) -"0.8.12.19" +"0.8.12.20" -- 1.7.10.4