diff options
| author | Juri Linkov | 2007-09-09 11:54:21 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-09-09 11:54:21 +0000 |
| commit | fe79fcb3b650f85c65a8547e3228b66fc4fcfcb1 (patch) | |
| tree | 4ccde677977aaf37b2370d683196f8806771e909 | |
| parent | 8570c20704e5716c0a70795d2f58f4dd50c7bd22 (diff) | |
| download | emacs-fe79fcb3b650f85c65a8547e3228b66fc4fcfcb1.tar.gz emacs-fe79fcb3b650f85c65a8547e3228b66fc4fcfcb1.zip | |
Add doc/ to documentation directories.
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | README | 9 |
2 files changed, 10 insertions, 5 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2007-09-09 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc). | ||
| 4 | |||
| 5 | * README: Add doc/ to documentation directories. | ||
| 6 | |||
| 1 | 2007-09-08 Michael Olson <mwolson@gnu.org> | 7 | 2007-09-08 Michael Olson <mwolson@gnu.org> |
| 2 | 8 | ||
| 3 | * MAINTAINERS: Add myself for ERC and tq.el. | 9 | * MAINTAINERS: Add myself for ERC and tq.el. |
| @@ -73,14 +73,13 @@ There are several subdirectories: | |||
| 73 | `man', `lispref', and `lispintro' subdirectories are | 73 | `man', `lispref', and `lispintro' subdirectories are |
| 74 | architecture-independent too. | 74 | architecture-independent too. |
| 75 | `info' holds the Info documentation tree for Emacs. | 75 | `info' holds the Info documentation tree for Emacs. |
| 76 | `man' holds the source code for the Emacs Manual. If you modify the | 76 | `doc/emacs' holds the source code for the Emacs Manual. If you modify the |
| 77 | manual sources, you will need the `makeinfo' program to produce | 77 | manual sources, you will need the `makeinfo' program to produce |
| 78 | an updated manual. `makeinfo' is part of the GNU Texinfo | 78 | an updated manual. `makeinfo' is part of the GNU Texinfo |
| 79 | package; you need version 4.6 or later of Texinfo. | 79 | package; you need version 4.6 or later of Texinfo. |
| 80 | `lispref' holds the source code for the Emacs Lisp reference manual. | 80 | `doc/lispref' holds the source code for the Emacs Lisp reference manual. |
| 81 | `lispintro' holds the source code for the Introduction to Programming | 81 | `doc/lispintro' holds the source code for the Introduction to Programming |
| 82 | in Emacs Lisp manual. | 82 | in Emacs Lisp manual. |
| 83 | |||
| 84 | `msdos' holds configuration files for compiling Emacs under MSDOG. | 83 | `msdos' holds configuration files for compiling Emacs under MSDOG. |
| 85 | `vms' holds instructions and useful files for running Emacs under VMS. | 84 | `vms' holds instructions and useful files for running Emacs under VMS. |
| 86 | `nt' holds various command files and documentation files that pertain | 85 | `nt' holds various command files and documentation files that pertain |