r3188: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 25 Oct 2002 12:59:40 +0000 (12:59 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 25 Oct 2002 12:59:40 +0000 (12:59 +0000)
README [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/docs [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..cb07af2
--- /dev/null
+++ b/README
@@ -0,0 +1,5 @@
+This is a Common Lisp implementation of the Reversi game.
+
+The web site for this package is http://reversi.b9.com which has
+documentation for this package.
+
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644 (file)
index 0000000..793f233
--- /dev/null
@@ -0,0 +1,6 @@
+To use this package in Debian with your Common Lisp Controller
+enabled Lisp implementation, just give the command
+
+(require :reversi)
+
+to your Lisp implementation
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..151b8ff
--- /dev/null
@@ -0,0 +1,2 @@
+README
+debian/README.Debian