aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-11-10 14:45:22 +0000
committerEli Zaretskii2001-11-10 14:45:22 +0000
commit5c32b7c56b406d0addcbf3a685f06783da022e54 (patch)
tree34f0c90e1e80bd71d0a8424f49639085ec783354
parent45726797a10d0f62e2ef0077ff39904ec81e8054 (diff)
downloademacs-5c32b7c56b406d0addcbf3a685f06783da022e54.tar.gz
emacs-5c32b7c56b406d0addcbf3a685f06783da022e54.zip
*** empty log message ***
-rw-r--r--ChangeLog8
-rw-r--r--lispref/ChangeLog1
-rw-r--r--msdos/ChangeLog7
3 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14024dadcf1..8598a3c8d05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
12001-11-10 Eli Zaretskii <eliz@is.elta.co.il> 12001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 The following changes add the ELisp reference manual to the
4 distribution.
5
3 * make-dist: Add the lispref directory to the distribution. 6 * make-dist: Add the lispref directory to the distribution.
4 7
5 * Makefile.in (install-arch-indep): Add elisp* to the list of 8 * Makefile.in (install-arch-indep): Add elisp* to the list of
6 installed Info files. 9 installed Info files.
10 (SUBDIR_MAKEFILES): Add lispref/Makefile.
11 (lispref/Makefile): New target.
12 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
13 Add commands for the lispref directory.
14 (info, dvi): Ditto.
7 15
8 * config.bat: Configure in `lispref'. 16 * config.bat: Configure in `lispref'.
9 17
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 87fac83d7bf..08101ea5cc0 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -13,6 +13,7 @@
13 ($(infodir)/elisp): Instead of just "elisp". Reformat the 13 ($(infodir)/elisp): Instead of just "elisp". Reformat the
14 command to be compatible with man/Makefile.in, and to put the 14 command to be compatible with man/Makefile.in, and to put the
15 output into ../info. 15 output into ../info.
16 (info): Add target.
16 (installall): Target removed. 17 (installall): Target removed.
17 18
182001-10-31 Pavel Janík <Pavel@Janik.cz> 192001-10-31 Pavel Janík <Pavel@Janik.cz>
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index c881f9051ab..004beb702a9 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,10 @@
12001-11-10 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * sed6.inp (texinputdir): Add, for the lispref directory.
4
5 * mainmake.v2 (all): Add lispref.
6 (man lispref): Add lispref.
7
12001-10-20 Gerd Moellmann <gerd@gnu.org> 82001-10-20 Gerd Moellmann <gerd@gnu.org>
2 9
3 * (Version 21.1 released.) 10 * (Version 21.1 released.)