view man/README @ 42:8b8b7f3559a2 r19-15b104

Import from CVS: tag r19-15b104
author cvs
date Mon, 13 Aug 2007 08:54:51 +0200
parents 376386a54a3c
children 131b0175ea99
line wrap: on
line source

This directory contains the Tex sources of the Emacs manual,
plus the macro package (texinfo.tex) necessary for processing it.

1) Run tex on emacs.tex, producing emacs.cp, emacs.fn, emacs.ky,
and emacs.vr (unsorted index files), plus emacs.aux (cross ref file).

2) Compile texindex.c, and run it:
   `texindex emacs.??'
This produces sorted index files emacs.cps, emacs.fns, etc.
that are used as input in step 3.

3) Run tex on emacs.tex again.

4) Now you have a dvi file that you can print.

The latest versions of all the intermediate files are supplied,
so if you want to print the manual with no change, you can start with
step 3.