Skip to content

Commit

Permalink
0.8.13.76: Doc'a'tweak
Browse files Browse the repository at this point in the history
            * Update the asdf.texinfo from upstream so that
               install-info will work.
            * Nicer html installation hierarchy.
  • Loading branch information
nikodemus committed Aug 18, 2004
1 parent e583bce commit 85dc704
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NEWS
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions contrib/asdf/asdf.texinfo
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions install.sh
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit 85dc704

Please sign in to comment.