X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=html-distribution.sh;h=b52ae9a95fce36acde23a5faad153307c06348db;hb=a7674bbb13b5bc6737b147f844a6840912e639c0;hp=b3671936e6ec1e8fe511abe3e57f2d91ee51ce71;hpb=1a2399725e76bca49ecb36e81a19aac636b139b4;p=sbcl.git diff --git a/html-distribution.sh b/html-distribution.sh index b367193..b52ae9a 100644 --- a/html-distribution.sh +++ b/html-distribution.sh @@ -1,14 +1,12 @@ #!/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 DocBook sources into HTML.) - -# (Before sbcl-0.7.0, this functionality was part of -# binary-distribution.sh.) +# compile the doc sources into HTML.) b=${1:?missing base directory name argument} -tar cf $b-html.tar - `find $b -name '*.htm*'` +tar cf $b-html.tar \ + `find $b -name '*.htm*'` \ $b/COPYING $b/CREDITS $b/README \ $b/pubring.pgp