diff lisp/cc-mode/README @ 165:5a88923fcbfe r20-3b9

Import from CVS: tag r20-3b9
author cvs
date Mon, 13 Aug 2007 09:44:42 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lisp/cc-mode/README	Mon Aug 13 09:44:42 2007 +0200
@@ -0,0 +1,28 @@
+README for CC Mode 5.11
+Barry A. Warsaw <cc-mode-help@python.org>
+
+Please read the cc-mode.texi manual for details on using CC Mode.
+
+As of this writing (23-May-1997), CC Mode version 5 currently works
+out of the box only with XEmacs 19.15 and XEmacs 20.0.  Emacs 19.34 is
+missing some stuff that CC Mode requires, and while Emacs 19.35 has
+not yet been release, it is expected to work with CC Mode.  Check the
+CC Mode web pages <http://www.python.org/~bwarsaw/betas/index.html>
+for details.
+
+Preformatted versions of the manual in DVI, PostScript, and Info, are
+all available at <http://www.python.org/~bwarsaw/betas/index.html>.
+
+To build the manual yourself, you will need the latest Texinfo release
+(currently Texinfo 3.9).  Specifically, you must make sure that your
+are using at least version 2.185 of the texinfo.tex file.  To build
+the Info manual, simply type:
+
+    % makeinfo cc-mode.texi
+
+To make the DVI version, simply type:
+
+    % texi2dvi cc-mode.texi
+
+The MANIFEST file contains a description of all the files you should
+have gotten with this distribution.