0.9.11:
[sbcl/simd.git] / html-distribution.sh
blobb52ae9a95fce36acde23a5faad153307c06348db
1 #!/bin/sh
2 set -e
4 # Create a distribution containing the HTML versions of system
5 # documentation. (make-doc.sh needs to be run first, in order to
6 # compile the doc sources into HTML.)
8 b=${1:?missing base directory name argument}
9 tar cf $b-html.tar \
10 `find $b -name '*.htm*'` \
11 $b/COPYING $b/CREDITS $b/README \
12 $b/pubring.pgp