Add contrib/asdf-module.mk to the list of files that go into a
	binary distribution (thanks to David Lichteblau for bug report)
This commit is contained in:
Daniel Barlow 2003-05-31 20:56:02 +00:00
parent 0735cc5deb
commit 22bb62c99e
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@ tar -cf $b-binary.tar \
$b/install.sh \
$b/doc/sbcl.1 \
$b/pubring.pgp \
$b/contrib/asdf-module.mk \
$b/contrib/vanilla-module.mk \
`for dir in $b/contrib/*; do
if test -d $dir && test -f $dir/test-passed; then

View file

@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.8.0.20"
"0.8.0.21"