X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;h=6efe3393b29ca03162ed6ac0269fd3c3ccac766c;hb=8678e687343db77d30ece4df99a1c03c529a0c0c;hp=fadf607ce6622369618908c307b9032397c640b3;hpb=e096a26b30542ee3d768d1c6ade28cc34303cb6a;p=lml.git diff --git a/lml.asd b/lml.asd index fadf607..6efe339 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.8 2002/09/19 23:32:37 kevin Exp $ +;;;; $Id: lml.asd,v 1.12 2002/12/29 09:10:41 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -21,7 +21,7 @@ (defsystem :lml :name "cl-lml" :author "Kevin M. Rosenberg " - :version "1.0.5" + :version "1.0.7" :maintainer "Kevin M. Rosenberg " :licence "GNU General Public License" :description "Lisp Markup Language" @@ -34,10 +34,8 @@ ((:file "package") (:file "utils" :depends-on ("package")) (:file "files" :depends-on ("utils")) - (:file "lml" :depends-on ("files")) - (:file "stdsite" :depends-on ("lml")) - (:file "downloads" :depends-on ("lml")) + (:file "base" :depends-on ("files")) + (:file "stdsite" :depends-on ("base")) + (:file "downloads" :depends-on ("base")) )) -(defmethod source-file-type ((c cl-source-file) (s (eql (find-system 'lml)))) - "cl")