integration hassles, cont'd:
[sbcl.git] / html-distribution.sh
1 #!/bin/sh
2
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.)
6
7 # (Before sbcl-0.7.0, this functionality was part of
8 # binary-distribution.sh.)
9
10 b=${1:?missing base directory name argument}
11 tar cf $b-html.tar \
12     `find $b -name '*.htm*'` \
13     $b/COPYING $b/CREDITS $b/README \
14     $b/pubring.pgp