From: Kevin M. Rosenberg Date: Fri, 25 Oct 2002 12:59:40 +0000 (+0000) Subject: r3188: *** empty log message *** X-Git-Tag: debian-1.0.14-3~53 X-Git-Url: http://git.kpe.io/?p=reversi.git;a=commitdiff_plain;h=dc49a130877a2c968a74a000e8425189bc7c3ad5 r3188: *** empty log message *** --- diff --git a/README b/README new file mode 100644 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 index 0000000..793f233 --- /dev/null +++ b/debian/README.Debian @@ -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 index 0000000..151b8ff --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README +debian/README.Debian