Update of /project/lisppaste/cvsroot/lisppaste2 In directory nittin.net:/tmp/cvs-serv2238
Modified Files: lisppaste.asd Log Message: Add the colorizer to the .asd
Date: Tue Jun 1 06:19:22 2004 Author: bmastenbrook
Index: lisppaste2/lisppaste.asd diff -u lisppaste2/lisppaste.asd:1.8 lisppaste2/lisppaste.asd:1.9 --- lisppaste2/lisppaste.asd:1.8 Tue Mar 9 06:16:21 2004 +++ lisppaste2/lisppaste.asd Tue Jun 1 06:19:22 2004 @@ -1,5 +1,5 @@ ;;;; Silly emacs, this is -*- Lisp -*- -;;;; $Id: lisppaste.asd,v 1.8 2004/03/09 14:16:21 bmastenbrook Exp $ +;;;; $Id: lisppaste.asd,v 1.9 2004/06/01 13:19:22 bmastenbrook Exp $ ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/lisppaste.asd,v $
;;;; See the LICENSE file for licensing information. @@ -29,6 +29,10 @@ :depends-on ("variable")) (:file "lisppaste" :depends-on ("variable")) + (:file "colorize") + (:file "clhs-lookup") + (:file "coloring-types" + :depends-on ("colorize" "clhs-lookup")) (:file "web-server" :depends-on ("encode-for-pre" "lisppaste")) (:file "persistent-pastes"