Mercurial > emacs
changeset 40886:09d18d7e6e49
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Nov 2001 14:31:59 +0000 |
parents | 42dc72aedd45 |
children | fdd022babda5 |
files | ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Nov 10 14:31:09 2001 +0000 +++ b/ChangeLog Sat Nov 10 14:31:59 2001 +0000 @@ -1,5 +1,7 @@ 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> + * make-dist: Add the lispref directory to the distribution. + * Makefile.in (install-arch-indep): Add elisp* to the list of installed Info files.
--- a/lispref/ChangeLog Sat Nov 10 14:31:09 2001 +0000 +++ b/lispref/ChangeLog Sat Nov 10 14:31:59 2001 +0000 @@ -1,3 +1,20 @@ +2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> + + The following changes make ELisp manual part of the Emacs + distribution: + + * Makefile.in: Add Copyright notice. + (prefix): Remove. + (infodir): Change value to "../info". + (VPATH): New variable. + (MAKE): Don't define. + (texmacrodir): Don't define. + (texinputdir): Append the existing value of TEXINPUTS. + ($(infodir)/elisp): Instead of just "elisp". Reformat the + command to be compatible with man/Makefile.in, and to put the + output into ../info. + (installall): Target removed. + 2001-10-31 Pavel Janík <Pavel@Janik.cz> * tips.texi (Coding Conventions): Fix typo.