Update of /project/lisppaste/cvsroot/lisppaste2 In directory common-lisp.net:/home/bmastenbrook/lisppaste2
Modified Files: lisppaste.asd Log Message: fix the depends so that web-server knows about the specialness of some CSS variable
Date: Thu Jul 8 11:01:12 2004 Author: bmastenbrook
Index: lisppaste2/lisppaste.asd diff -u lisppaste2/lisppaste.asd:1.14 lisppaste2/lisppaste.asd:1.15 --- lisppaste2/lisppaste.asd:1.14 Thu Jul 8 10:42:26 2004 +++ lisppaste2/lisppaste.asd Thu Jul 8 11:01:11 2004 @@ -1,5 +1,5 @@ ;;;; Silly emacs, this is -*- Lisp -*- -;;;; $Id: lisppaste.asd,v 1.14 2004/07/08 17:42:26 bmastenbrook Exp $ +;;;; $Id: lisppaste.asd,v 1.15 2004/07/08 18:01:11 bmastenbrook Exp $ ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/lisppaste.asd,v $
;;;; See the LICENSE file for licensing information. @@ -40,6 +40,7 @@ (:file "coloring-types" :depends-on ("colorize" "clhs-lookup")) (:file "web-server" - :depends-on ("encode-for-pre" "lisppaste" "colorize-package")) + :depends-on ("encode-for-pre" "lisppaste" "colorize-package" + "coloring-css")) (:file "persistent-pastes" :depends-on ("web-server"))))