0.8.10.4:
[sbcl.git] / binary-distribution.sh
index 90e402c..c5b0e77 100755 (executable)
@@ -13,9 +13,10 @@ b=${1:?"missing base directory name argument"}
 tar -cf $b-binary.tar \
     $b/output/sbcl.core $b/src/runtime/sbcl \
     $b/BUGS $b/COPYING $b/CREDITS $b/INSTALL $b/NEWS $b/README \
-    $b/install.sh \
+    $b/install.sh $b/find-gnumake.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