From: uid67408 Date: Mon, 29 Dec 2003 07:32:55 +0000 (+0000) Subject: Integrate SSP/XDOC into system. X-Git-Tag: 20090517-FFI~1744 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5c2ae8191e1f41852a7de07f572ec4b26765886c;p=mit-scheme.git Integrate SSP/XDOC into system. --- diff --git a/v7/src/Setup.sh b/v7/src/Setup.sh index 2bdf1340f..6b33b0e91 100755 --- a/v7/src/Setup.sh +++ b/v7/src/Setup.sh @@ -1,8 +1,8 @@ #!/bin/sh # -# $Id: Setup.sh,v 1.10 2003/02/14 18:48:11 cph Exp $ +# $Id: Setup.sh,v 1.11 2003/12/29 07:32:55 uid67408 Exp $ # -# Copyright 2000 Massachusetts Institute of Technology +# Copyright 2000,2001,2003 Massachusetts Institute of Technology # # This file is part of MIT/GNU Scheme. # @@ -48,7 +48,7 @@ maybe_link lib/edwin/autoload ../../edwin SUBDIRS="" for SUBDIR in 6001 compiler cref edwin imail microcode rcs \ - runtime runtime-check sf sos star-parser win32 xml; do + runtime runtime-check sf sos ssp star-parser win32 xml; do echo "setting up ${SUBDIR}" maybe_link ${SUBDIR}/Setup.sh ../etc/Setup.sh ( cd ${SUBDIR} && ./Setup.sh ) || exit 1