sbcl.sbcl/html-distribution.sh
Nikodemus Siivola fd79e33e6b 1.0.29.1: fix FILL
* Imaginary parts were messed up on 64 bit platforms when
   filling arrays of (COMPLEX SINGLE-FLOAT). Thanks to Paul Khuong.

 * Also delay the transform of FILL till constraint propagation has
   run, to get the constant argument form MAKE-ARRAY in properly.

 * ...and eradicate remaining references to the SUPPORT file.
2009-06-04 18:01:31 +00:00

13 lines
363 B
Bash

#!/bin/sh
set -e
# Create a distribution containing the HTML versions of system
# 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-documentation-html.tar \
`find $b -name '*.htm*'` \
$b/COPYING $b/CREDITS $b/README \
$b/pubring.pgp