Merged sbcl-1.0.14 with the sb-simd 1.3 patches
[sbcl/simd.git] / html-distribution.sh
blob6a2bb5808d0a0da0d69dac8c0f9c44ee1f569519
1 #!/bin/sh
2 set -e
4 # Create a distribution containing the HTML versions of system
5 # documentation. (cd doc/manual && make 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-documentation-html.tar \
10 `find $b -name '*.htm*'` \
11 $b/COPYING $b/CREDITS $b/README $b/SUPPORT \
12 $b/pubring.pgp