Remove xdoc references.
authorChris Hanson <org/chris-hanson/cph>
Mon, 1 Nov 2004 19:14:15 +0000 (19:14 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 1 Nov 2004 19:14:15 +0000 (19:14 +0000)
v7/src/ssp/compile.scm

index 6b989d673b6ea35b9c70a324e7fc241f2db81715..de7005ea141910592a6b7cdd379bf3b5fcb8eaca 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.4 2004/11/01 19:09:24 cph Exp $
+$Id: compile.scm,v 1.5 2004/11/01 19:14:15 cph Exp $
 
 Copyright 2003 Massachusetts Institute of Technology
 
@@ -29,11 +29,8 @@ USA.
 (with-working-directory-pathname (directory-pathname (current-load-pathname))
   (lambda ()
     (for-each compile-file
-             '("db"
-               "expenv"
+             '("expenv"
                "mod-lisp"
-               "xdoc"
                "xhtml-expander"
                "xmlrpc"))
-    (cref/generate-constructors "ssp")
-    (cref/generate-constructors "xdoc")))
\ No newline at end of file
+    (cref/generate-constructors "ssp")))
\ No newline at end of file