sbcl.sbcl/html-distribution.sh
Thiemo Seufer babd45f778 0.9.4.72:
Robustify the build system scripts.
2005-09-16 13:26:39 +00:00

13 lines
339 B
Bash

#!/bin/sh
set -e
# Create a distribution containing the HTML versions of system
# documentation. (make-doc.sh needs to be run first, in order to
# compile the doc sources into HTML.)
b=${1:?missing base directory name argument}
tar cf $b-html.tar \
`find $b -name '*.htm*'` \
$b/COPYING $b/CREDITS $b/README \
$b/pubring.pgp