3 # Create a distribution containing the HTML versions of system
4 # documentation. (make-doc.sh needs to be run first, in order to
5 # compile the DocBook sources into HTML.)
7 # (Before sbcl-0.7.0, this functionality was part of
8 # binary-distribution.sh.)
10 b
=${1:?missing base directory name argument}
12 `find $b -name '*.htm*'` \
13 $b/COPYING
$b/CREDITS
$b/README \