0.8.14.28:
[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 doc sources into HTML.)
6
7 b=${1:?missing base directory name argument}
8 tar cf $b-html.tar \
9     `find $b -name '*.htm*'` \
10     $b/COPYING $b/CREDITS $b/README \
11     $b/pubring.pgp