summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-11-24 11:49:24 +0000
committerEli Zaretskii <eliz@gnu.org>2001-11-24 11:49:24 +0000
commit070f247d5cc536fd14705d1c8c4ae96c162ab738 (patch)
tree5b68ab377ab670cc9ccf6532cc29a91d009caec9
parent3716a2068f7366e7cf54af21165f1cecbfab76aa (diff)
downloademacs-070f247d5cc536fd14705d1c8c4ae96c162ab738.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog7
-rw-r--r--lispintro/ChangeLog16
2 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 572bffa6b81..ef40298f7cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-11-24 Eli Zaretskii <eliz@gnu.org>
+ These changes add the Emacs Lisp Introduction manual to the
+ distribution:
+
+ * make-dist: Copy the files in lispintro directory.
+
* config.bat: Configure in the lispintro directory.
* configure.in (AC_OUTPUT): Add lispintro/Makefile.
@@ -7,7 +12,7 @@
* configure: Regenerated.
* Makefile.in (SUBDIR_MAKEFILES): Add lispintro.
- (lispref/Makefile): New target.
+ (lispintro/Makefile): New target.
(mostlyclean, clean, distclean, maintainer-clean): Add lispintro.
(unlock, relock, info, dvi): Ditto.
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog
new file mode 100644
index 00000000000..fdd8b8123c9
--- /dev/null
+++ b/lispintro/ChangeLog
@@ -0,0 +1,16 @@
+2001-11-24 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * Makefile.in: New file.
+
+ * README: Update.
+
+ * *.eps: Rename to avoid clashes in DOS 8+3 namespace.
+
+;; Local Variables:
+;; coding: iso-2022-7bit-unix
+;; End:
+
+ Copyright (C) 2001
+ Free Software Foundation, Inc.
+ Copying and distribution of this file, with or without modification,
+ are permitted provided the copyright notice and this notice are preserved.