Unbreak non-x86 builds
[sbcl.git] / html-distribution.sh
blobc336a76792c97d2f3e35d8c63410407b01c31c42
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 \
12 $b/pubring.pgp