Add "xdoc" to directory list.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Dec 2004 04:29:58 +0000 (04:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Dec 2004 04:29:58 +0000 (04:29 +0000)
v7/src/Setup.sh

index 6b33b0e915280b52e834a14c988e1d13822e67ed..e3c458441f7c4d079a531e87ac83d90f188e2eb8 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 #
-# $Id: Setup.sh,v 1.11 2003/12/29 07:32:55 uid67408 Exp $
+# $Id: Setup.sh,v 1.12 2004/12/07 04:29:58 cph Exp $
 #
-# Copyright 2000,2001,2003 Massachusetts Institute of Technology
+# Copyright 2000,2001,2003,2004 Massachusetts Institute of Technology
 #
 # This file is part of MIT/GNU Scheme.
 #
@@ -45,10 +45,8 @@ maybe_link lib/edwin/etc/TUTORIAL ../../../etc/TUTORIAL
 maybe_link lib/edwin/etc/mime.types ../../../etc/mime.types
 maybe_link lib/edwin/autoload ../../edwin
 
-SUBDIRS=""
-
 for SUBDIR in 6001 compiler cref edwin imail microcode rcs \
-       runtime runtime-check sf sos ssp star-parser win32 xml; do
+       runtime runtime-check sf sos ssp star-parser win32 xdoc xml; do
     echo "setting up ${SUBDIR}"
     maybe_link ${SUBDIR}/Setup.sh ../etc/Setup.sh
     ( cd ${SUBDIR} && ./Setup.sh ) || exit 1