Initial revision
[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 tar cf ../sbcl-x.y.z-binary.tar \
9     output/sbcl.core src/runtime/sbcl \
10     BUGS COPYING CREDITS INSTALL NEWS README \
11     install.sh \
12     doc/sbcl.1 doc/cmucl/cmu-user doc/*.htm* \
13     pubring.pgp