0.8.8.23:
[sbcl/lichteblau.git] / html-distribution.sh
blob2c6dc2472b52dc80887ac53b1335198e930ef23f
1 #!/bin/sh
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}
11 tar cf $b-html.tar \
12 `find $b -name '*.htm*'` \
13 $b/COPYING $b/CREDITS $b/README \
14 $b/pubring.pgp