From: Chris Hanson Date: Mon, 1 Nov 2004 19:14:15 +0000 (+0000) Subject: Remove xdoc references. X-Git-Tag: 20090517-FFI~1488 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7a54ff0177d850bfbddcdd64a86b5339b55a3e0f;p=mit-scheme.git Remove xdoc references. --- diff --git a/v7/src/ssp/compile.scm b/v7/src/ssp/compile.scm index 6b989d673..de7005ea1 100644 --- a/v7/src/ssp/compile.scm +++ b/v7/src/ssp/compile.scm @@ -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