diff options
author | Juri Linkov <juri@jurta.org> | 2007-09-09 11:54:21 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2007-09-09 11:54:21 +0000 |
commit | fe79fcb3b650f85c65a8547e3228b66fc4fcfcb1 (patch) | |
tree | 4ccde677977aaf37b2370d683196f8806771e909 /README | |
parent | 8570c20704e5716c0a70795d2f58f4dd50c7bd22 (diff) | |
download | emacs-fe79fcb3b650f85c65a8547e3228b66fc4fcfcb1.tar.gz |
Add doc/ to documentation directories.
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -73,14 +73,13 @@ There are several subdirectories: `man', `lispref', and `lispintro' subdirectories are architecture-independent too. `info' holds the Info documentation tree for Emacs. -`man' holds the source code for the Emacs Manual. If you modify the +`doc/emacs' holds the source code for the Emacs Manual. If you modify the manual sources, you will need the `makeinfo' program to produce an updated manual. `makeinfo' is part of the GNU Texinfo package; you need version 4.6 or later of Texinfo. -`lispref' holds the source code for the Emacs Lisp reference manual. -`lispintro' holds the source code for the Introduction to Programming - in Emacs Lisp manual. - +`doc/lispref' holds the source code for the Emacs Lisp reference manual. +`doc/lispintro' holds the source code for the Introduction to Programming + in Emacs Lisp manual. `msdos' holds configuration files for compiling Emacs under MSDOG. `vms' holds instructions and useful files for running Emacs under VMS. `nt' holds various command files and documentation files that pertain |