0.7.4.40:
[sbcl.git] / binary-distribution.sh
1 #!/bin/sh
2
3 # Create a binary distribution. (make.sh should be run first to create
4 # the various binary files, and make-doc.sh, or possibly some other 
5 # DocBook-to-HTML converter, should also be run to create the 
6 # HTML version of the documentation.)
7
8 # (Before sbcl-0.6.10, this was run in the sbcl/ directory and created
9 # a tar file with no directory prefixes. Since sbcl-0.6.10, we've
10 # switched over to trying to do this the way everyone else does.)
11
12 b=${1:?missing base directory name argument}
13 tar -cf $b-binary.tar \
14     $b/output/sbcl.core $b/src/runtime/sbcl \
15     $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \
16     $b/install.sh \
17     $b/doc/sbcl.1 \
18     $b/pubring.pgp