From: Nikodemus Siivola Date: Mon, 12 Jun 2006 16:32:46 +0000 (+0000) Subject: 0.9.13.43: install sbcl.info-1 (and any other *.info-* files) X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=6298c273b7c6d2b664313c03a97f3db57b9b0bde;p=sbcl.git 0.9.13.43: install sbcl.info-1 (and any other *.info-* files) * makeinfo splits large info-files into separate parts, so we'd better deal with them. --- diff --git a/install.sh b/install.sh index 4710e82..be85573 100644 --- a/install.sh +++ b/install.sh @@ -108,7 +108,7 @@ echo "Documentation:" cp doc/sbcl.1 $BUILD_ROOT$MAN_DIR/man1/ && echo " man $BUILD_ROOT$MAN_DIR/man1/sbcl.1" # info -for info in doc/manual/*.info +for info in doc/manual/*.info doc/manual/*.info-* do cp $info $BUILD_ROOT$INFO_DIR/ \ && echo -n " info $BUILD_ROOT$INFO_DIR/`basename $info` $BUILD_ROOT$INFO_DIR/dir" \ diff --git a/version.lisp-expr b/version.lisp-expr index 8edaac7..d8dd275 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.9.13.42" +"0.9.13.43"