X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.asd;fp=lml.asd;h=63160b481b76f6f7790b4fa0073288ceabd3b366;hb=d5efacf3fe09226f7945730a433f5931c95b709c;hp=6efe3393b29ca03162ed6ac0269fd3c3ccac766c;hpb=5559792b52819370c47ec865053216ec91ae81e2;p=lml.git diff --git a/lml.asd b/lml.asd index 6efe339..63160b4 100644 --- a/lml.asd +++ b/lml.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.asd,v 1.12 2002/12/29 09:10:41 kevin Exp $ +;;;; $Id: lml.asd,v 1.13 2003/04/19 03:50:12 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,22 +20,18 @@ (defsystem :lml :name "cl-lml" - :author "Kevin M. Rosenberg " - :version "1.0.7" + :author "Kevin M. Rosenberg " + :version "2.4.0" :maintainer "Kevin M. Rosenberg " :licence "GNU General Public License" :description "Lisp Markup Language" :long-description "LML provides creation of XHTML for Lisp programs." - :perform (load-op :after (op lml) - (pushnew :lml cl:*features*)) + :depends-on (:lml-base) :components - ((:file "package") - (:file "utils" :depends-on ("package")) - (:file "files" :depends-on ("utils")) - (:file "base" :depends-on ("files")) - (:file "stdsite" :depends-on ("base")) - (:file "downloads" :depends-on ("base")) - )) + ((:file "read-macro")) + ) + +