From: Eli Zaretskii Date: Sat, 10 Nov 2001 14:31:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10fa7f8ee4b12c0ab199154d3acfc3a8582d0d8f;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 77beb8f95fb..14024dadcf1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-11-10 Eli Zaretskii + * make-dist: Add the lispref directory to the distribution. + * Makefile.in (install-arch-indep): Add elisp* to the list of installed Info files. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 0a81701f189..87fac83d7bf 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,20 @@ +2001-11-10 Eli Zaretskii + + 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 * tips.texi (Coding Conventions): Fix typo.