X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=html-distribution.sh;h=6a2bb5808d0a0da0d69dac8c0f9c44ee1f569519;hb=e119a2f79cf36039a39996f5490934b4d927529a;hp=b52ae9a95fce36acde23a5faad153307c06348db;hpb=babd45f7788c2f50c9d6193c1c7108e0a6b3a547;p=sbcl.git diff --git a/html-distribution.sh b/html-distribution.sh index b52ae9a..6a2bb58 100644 --- a/html-distribution.sh +++ b/html-distribution.sh @@ -2,11 +2,11 @@ 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/COPYING $b/CREDITS $b/README $b/SUPPORT \ $b/pubring.pgp