X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=lml2.asd;h=bfb45206cce6855a062ce9ed73656099b07e8a97;hp=ae455701cc40ef829f7418b2dbbfcf76ef208311;hb=8b8f883cca7933fc7d87ffbad77f60f028ff925e;hpb=a5621a5bf235313916f437a55d9998418ee26f5a diff --git a/lml2.asd b/lml2.asd index ae45570..bfb4520 100644 --- a/lml2.asd +++ b/lml2.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml2.asd,v 1.1 2003/06/20 04:12:29 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,13 +31,12 @@ :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")) - (:file "read-macro" :depends-on ("base")) + #+ignore (:file "read-macro" :depends-on ("base")) (:file "stdsite" :depends-on ("base")) (:file "downloads" :depends-on ("base")) ))