r8226: update to new dtd writing functions
[lml2.git] / lml2.asd
index f72c08b3d21269d1370df2fc589337f6f4e54bf9..9f4cfbf3aa1e953ed1d2aec301b0c13e6e8b7196 100644 (file)
--- a/lml2.asd
+++ b/lml2.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml2.asd,v 1.2 2003/06/20 04:14:20 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -31,9 +31,8 @@
   
   :components
   ((:file "package")
-   (:file "ifstar" :depends-on ("package"))
    (:file "data" :depends-on ("package"))
-   (:file "htmlgen" :depends-on ("ifstar" "data"))
+   (:file "htmlgen" :depends-on ("data"))
    (:file "utils" :depends-on ("package"))
    (:file "files" :depends-on ("utils" "htmlgen"))
    (:file "base" :depends-on ("files"))