From 85dc70440d40a589365323c63e0dad039a578b6f Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 18 Aug 2004 12:58:41 +0000 Subject: [PATCH] 0.8.13.76: Doc'a'tweak * Update the asdf.texinfo from upstream so that install-info will work. * Nicer html installation hierarchy. --- NEWS | 4 ++-- contrib/asdf/asdf.texinfo | 6 ++++++ install.sh | 5 +++-- version.lisp-expr | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 126fda9..96a7065 100644 --- a/NEWS +++ b/NEWS @@ -9,8 +9,8 @@ changes in sbcl-0.8.14 relative to sbcl-0.8.13: work for CMUCL) * documentation: documentation for SB-BSD-SOCKETS, SB-GRAY, SB-SIMPLE-STREAMS, and SB-PROFILE have been integrated into the user - manual. - has been integrated into the user manual. + manual. + * documentation: ASDF manual is now distributed with SBCL. * bug fix: SBCL can now load its contributed modules with REQUIRE even if the system-provided entries have been removed from ASDF:*CENTRAL-REGISTRY*. Infinite recursion in REQUIRE is also diff --git a/contrib/asdf/asdf.texinfo b/contrib/asdf/asdf.texinfo index 4068668..33c36b4 100644 --- a/contrib/asdf/asdf.texinfo +++ b/contrib/asdf/asdf.texinfo @@ -4,6 +4,12 @@ @settitle asdf Manual @c %**end of header +@c for install-info +@dircategory Software development +@direntry +* asdf: (asdf). another system definition facility +@end direntry + @copying This manual describes asdf, a system definition facility for Common Lisp programs and libraries. diff --git a/install.sh b/install.sh index 913276c..0f21d24 100644 --- a/install.sh +++ b/install.sh @@ -28,6 +28,7 @@ ensure_dirs $BUILD_ROOT$INSTALL_ROOT $BUILD_ROOT$INSTALL_ROOT/bin \ $BUILD_ROOT$INSTALL_ROOT/lib \ $BUILD_ROOT$MAN_DIR $BUILD_ROOT$MAN_DIR/man1 \ $BUILD_ROOT$INFO_DIR $BUILD_ROOT$DOC_DIR \ + $BUILD_ROOT$DOC_DIR/html \ $BUILD_ROOT$SBCL_HOME $BUILD_ROOT$SBCL_HOME/systems \ $BUILD_ROOT$SBCL_HOME/site-systems @@ -98,8 +99,8 @@ done # html for html in doc/manual/sbcl doc/manual/asdf do - test -d $html && cp -r $html $BUILD_ROOT$DOC_DIR/`basename $html` \ - && echo " html $BUILD_ROOT$DOC_DIR/`basename $html`/index.html" + test -d $html && cp -r $html $BUILD_ROOT$DOC_DIR/html/`basename $html` \ + && echo " html $BUILD_ROOT$DOC_DIR/html/`basename $html`/index.html" done for f in BUGS SUPPORT CREDITS COPYING NEWS diff --git a/version.lisp-expr b/version.lisp-expr index 158c26a..1da28e9 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.13.75" +"0.8.13.76" -- 1.7.10.4