summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2007-09-09 11:54:21 +0000
committerJuri Linkov <juri@jurta.org>2007-09-09 11:54:21 +0000
commitfe79fcb3b650f85c65a8547e3228b66fc4fcfcb1 (patch)
tree4ccde677977aaf37b2370d683196f8806771e909
parent8570c20704e5716c0a70795d2f58f4dd50c7bd22 (diff)
downloademacs-fe79fcb3b650f85c65a8547e3228b66fc4fcfcb1.tar.gz
Add doc/ to documentation directories.
-rw-r--r--ChangeLog6
-rw-r--r--README9
2 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 88de0340dec..7c9ef3fef4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-09-09 Juri Linkov <juri@jurta.org>
+
+ * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
+
+ * README: Add doc/ to documentation directories.
+
2007-09-08 Michael Olson <mwolson@gnu.org>
* MAINTAINERS: Add myself for ERC and tq.el.
diff --git a/README b/README
index 2b5a292e3f3..61970c946b9 100644
--- a/README
+++ b/README
@@ -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