X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=lml2.asd;h=f72c08b3d21269d1370df2fc589337f6f4e54bf9;hp=ae455701cc40ef829f7418b2dbbfcf76ef208311;hb=15694e94b48c2d8c7f9598fa5fcdaf451b7931c6;hpb=a5621a5bf235313916f437a55d9998418ee26f5a diff --git a/lml2.asd b/lml2.asd index ae45570..f72c08b 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.2 2003/06/20 04:14:20 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -37,7 +37,7 @@ (: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")) ))