From dc49a130877a2c968a74a000e8425189bc7c3ad5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 25 Oct 2002 12:59:40 +0000 Subject: [PATCH] r3188: *** empty log message *** --- README | 5 +++++ debian/README.Debian | 6 ++++++ debian/docs | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 README create mode 100644 debian/README.Debian create mode 100644 debian/docs 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 -- 2.34.1