Fix make-array transforms.
[sbcl.git] / html-distribution.sh
index b367193..c336a76 100644 (file)
@@ -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.)
+# 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
-    `find $b -name '*.htm*'`
+tar cf $b-documentation-html.tar \
+    `find $b -name '*.htm*'` \
     $b/COPYING $b/CREDITS $b/README \
     $b/pubring.pgp