Add "xdoc" directory to build.
authorChris Hanson <org/chris-hanson/cph>
Tue, 7 Dec 2004 03:21:55 +0000 (03:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 7 Dec 2004 03:21:55 +0000 (03:21 +0000)
v7/src/etc/compile.scm

index f28e4fb294fc2e886258b0c5071f280f689ceb76..e3659853bc5a55b94ba05244ec41eb348247c154 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.8 2004/01/16 21:06:06 cph Exp $
+$Id: compile.scm,v 1.9 2004/12/07 03:21:55 cph Exp $
 
 Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology
 
@@ -47,7 +47,7 @@ USA.
          (load "cref.sf"))))
   (for-each (lambda (name)
              (load (merge-pathnames "compile" (pathname-as-directory name))))
-           '("sos" "star-parser" "imail" "xml" "ssp"))
+           '("sos" "star-parser" "imail" "xml" "ssp" "xdoc"))
   (with-working-directory-pathname "runtime-check"
     (lambda ()
       (load "runtime.cbf"))))
\ No newline at end of file