annotate man/README @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children 131b0175ea99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 This directory contains the Tex sources of the Emacs manual,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 plus the macro package (texinfo.tex) necessary for processing it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 1) Run tex on emacs.tex, producing emacs.cp, emacs.fn, emacs.ky,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 and emacs.vr (unsorted index files), plus emacs.aux (cross ref file).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 2) Compile texindex.c, and run it:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 `texindex emacs.??'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 This produces sorted index files emacs.cps, emacs.fns, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 that are used as input in step 3.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 3) Run tex on emacs.tex again.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 4) Now you have a dvi file that you can print.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 The latest versions of all the intermediate files are supplied,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 so if you want to print the manual with no change, you can start with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 step 3.