X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Flml2.asd;fp=2%2Flml2.asd;h=bfb45206cce6855a062ce9ed73656099b07e8a97;hb=7685dfd68f3f0dc2e75a19ee4bdbba701ff0ac74;hp=f72c08b3d21269d1370df2fc589337f6f4e54bf9;hpb=0137976528d93d7cbb9ac862516e5963cb59e242;p=lml.git diff --git a/2/lml2.asd b/2/lml2.asd index f72c08b..bfb4520 100644 --- a/2/lml2.asd +++ b/2/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: lml2.asd,v 1.3 2003/07/15 19:25:28 kevin Exp $ ;;;; ;;;; 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"))