r2960: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 9 Oct 2002 23:04:48 +0000 (23:04 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 9 Oct 2002 23:04:48 +0000 (23:04 +0000)
.cvsignore [new file with mode: 0644]
README [new file with mode: 0644]
debian/docs [new file with mode: 0644]
kmrcl.asd

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..ca8d09f
--- /dev/null
@@ -0,0 +1 @@
+.bin
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..9ecc16e
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+KMRCL is a collection of utility functions. It is used as a base for
+some of Kevin M. Rosenberg's Common Lisp packages.
+
+The web site for KMRCL is http://lisp.b9.com/
+
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
index 04124bc6860d7885479b0406ae05ee9a9efde938..9db79ebef8c5a1975159cfd7207ebd067c0c3b14 100644 (file)
--- a/kmrcl.asd
+++ b/kmrcl.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: kmrcl.asd,v 1.1 2002/10/06 13:21:47 kevin Exp $
+;;;; $Id: kmrcl.asd,v 1.2 2002/10/09 23:03:27 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -16,7 +16,7 @@
 ;;;; *************************************************************************
 
 #+allegro (require :pxml)
-#+allegro (require :aserve)
+#+(or allegro lispworks cmu) (require :aserve)
 
 (in-package :asdf)
 
@@ -35,5 +35,6 @@
      (:file "xml-utils" :depends-on ("package"))
      #+(or allegro lispworks) (:file "ml-class" :depends-on ("package"))
      #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("package"))
-     ))
+     )
+    )