Add imail.
authorChris Hanson <org/chris-hanson/cph>
Fri, 18 Aug 2000 19:33:24 +0000 (19:33 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 18 Aug 2000 19:33:24 +0000 (19:33 +0000)
etc/build-tree.sh

index d4b35159eea22472d1ae1a84a8bffabaaee24cb2..b565fb6746353a07eec35509b444d5399ec1c526 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $Id: build-tree.sh,v 1.4 2000/08/18 19:32:02 cph Exp $
+# $Id: build-tree.sh,v 1.5 2000/08/18 19:33:24 cph Exp $
 #
 # Program to finish setting up the Scheme source tree after it is
 # checked out.  Adds required links, builds TAGS files, etc.
@@ -10,7 +10,7 @@ then
   echo "This must be run from the top-level Scheme source directory."
   exit 1
 fi
-for directory in 6001 cref edwin rcs runtime sf sos win32
+for directory in 6001 cref edwin imail rcs runtime sf sos win32
 do
   (cd $directory; ln -s ../Makefile.std Makefile)
 done