X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=html-distribution.sh;h=c336a76792c97d2f3e35d8c63410407b01c31c42;hb=HEAD;hp=7f38f0f1dc4b533b54e91c7347543c50846490a0;hpb=d336ca31c57c48cfda3e3b5510c52c91e6e8f7b9;p=sbcl.git diff --git a/html-distribution.sh b/html-distribution.sh index 7f38f0f..c336a76 100644 --- a/html-distribution.sh +++ b/html-distribution.sh @@ -1,11 +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 +# documentation. (cd doc/manual && make 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 \ +tar cf $b-documentation-html.tar \ `find $b -name '*.htm*'` \ $b/COPYING $b/CREDITS $b/README \ $b/pubring.pgp