diff options
| author | Richard M. Stallman | 2005-03-06 17:31:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 17:31:55 +0000 |
| commit | 082760b192a2e31c3953ec55c895ecfa288a46c0 (patch) | |
| tree | f6f91c71d99a9a50d96b24d2fc1e07e5536cee31 | |
| parent | 982dcb1ba15886db91eb2a884d71a0d69f38833d (diff) | |
| download | emacs-082760b192a2e31c3953ec55c895ecfa288a46c0.tar.gz emacs-082760b192a2e31c3953ec55c895ecfa288a46c0.zip | |
(About PCL-CVS): Get rid of "Emacs 21".
(Installation): Node deleted.
| -rw-r--r-- | man/pcl-cvs.texi | 41 |
1 files changed, 2 insertions, 39 deletions
diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index a99cd39a8d9..de9b962e4a5 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi | |||
| @@ -77,7 +77,7 @@ of the various commands and major modes for further information. | |||
| 77 | @end ifnottex | 77 | @end ifnottex |
| 78 | 78 | ||
| 79 | @menu | 79 | @menu |
| 80 | * About PCL-CVS:: Installation, credits, history, @dots{} | 80 | * About PCL-CVS:: Credits, history, @dots{} |
| 81 | 81 | ||
| 82 | * Getting started:: An introduction with a walk-through example. | 82 | * Getting started:: An introduction with a walk-through example. |
| 83 | * Buffer contents:: An explanation of the buffer contents. | 83 | * Buffer contents:: An explanation of the buffer contents. |
| @@ -100,7 +100,6 @@ of the various commands and major modes for further information. | |||
| 100 | About PCL-CVS | 100 | About PCL-CVS |
| 101 | 101 | ||
| 102 | * Contributors:: Contributors to PCL-CVS. | 102 | * Contributors:: Contributors to PCL-CVS. |
| 103 | * Installation:: | ||
| 104 | 103 | ||
| 105 | Commands | 104 | Commands |
| 106 | 105 | ||
| @@ -152,14 +151,11 @@ separate XEmacs version was slowly splitting away. In late 1998, | |||
| 152 | Stefan Monnier picked up development again, adding some major new | 151 | Stefan Monnier picked up development again, adding some major new |
| 153 | functionality and taking over the maintenance. | 152 | functionality and taking over the maintenance. |
| 154 | 153 | ||
| 155 | As of Emacs 21, PCL-CVS is part of the standard Emacs distribution. | ||
| 156 | |||
| 157 | @menu | 154 | @menu |
| 158 | * Contributors:: Contributors to PCL-CVS. | 155 | * Contributors:: Contributors to PCL-CVS. |
| 159 | * Installation:: | ||
| 160 | @end menu | 156 | @end menu |
| 161 | 157 | ||
| 162 | @node Contributors, Installation, About PCL-CVS, About PCL-CVS | 158 | @node Contributors,, About PCL-CVS, About PCL-CVS |
| 163 | @section Contributors to PCL-CVS | 159 | @section Contributors to PCL-CVS |
| 164 | @cindex Contributors | 160 | @cindex Contributors |
| 165 | @cindex Authors | 161 | @cindex Authors |
| @@ -236,39 +232,6 @@ requests, bug reports and encouragement. Thanks a lot! Without you | |||
| 236 | there would be no new releases of PCL-CVS. | 232 | there would be no new releases of PCL-CVS. |
| 237 | 233 | ||
| 238 | 234 | ||
| 239 | @node Installation, , Contributors, About PCL-CVS | ||
| 240 | @section Installation | ||
| 241 | @cindex Installation | ||
| 242 | |||
| 243 | As mentioned above, PCL-CVS comes bundled with Emacs version 21.1 and | ||
| 244 | later. If you're using Emacs 20, you can download an older version of | ||
| 245 | PCL-CVS from @uref{ftp://flint.cs.yale.edu/pub/monnier/pcl-cvs}. That | ||
| 246 | version also works on XEmacs. | ||
| 247 | |||
| 248 | If you are running XEmacs 21.0 or later, PCL-CVS is available in | ||
| 249 | pre-compiled package form. Please refer to the XEmacs manual for | ||
| 250 | instructions regarding package selection and installation. Currently, | ||
| 251 | that PCL-CVS package also requires you to have installed the | ||
| 252 | @file{xemacs-base}, @file{elib}, and @file{dired} packages. | ||
| 253 | |||
| 254 | If you have @TeX{} installed at your site, you can make a typeset manual | ||
| 255 | from @file{pcl-cvs.texi}. | ||
| 256 | |||
| 257 | @enumerate | ||
| 258 | @item | ||
| 259 | If PCL-CVS came with the Emacs distribution, type @kbd{make pcl-cvs.dvi} | ||
| 260 | in the @file{man} subdirectory of the Emacs source tree. | ||
| 261 | @item | ||
| 262 | Alternatively, run @TeX{} by typing @kbd{texi2dvi pcl-cvs.texi}. | ||
| 263 | @item | ||
| 264 | Convert the resulting device independent file @file{pcl-cvs.dvi} to a | ||
| 265 | form which your printer can output and print it. If you have a | ||
| 266 | PostScript printer, there is a program, @code{dvi2ps}, which does. There | ||
| 267 | is also a program which comes together with @TeX{}, @code{dvips}, which | ||
| 268 | you can use. | ||
| 269 | @end enumerate | ||
| 270 | |||
| 271 | |||
| 272 | @node Getting started, Buffer contents, About PCL-CVS, Top | 235 | @node Getting started, Buffer contents, About PCL-CVS, Top |
| 273 | @chapter Getting started | 236 | @chapter Getting started |
| 274 | @cindex Introduction | 237 | @cindex Introduction |