# HG changeset patch # User Eli Zaretskii # Date 1005402719 0 # Node ID 09d18d7e6e494e6213cf27147f395e7d2de865cf # Parent 42dc72aedd454922c1abac20362ffb17968db1fc *** empty log message *** diff -r 42dc72aedd45 -r 09d18d7e6e49 ChangeLog --- 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 + * make-dist: Add the lispref directory to the distribution. + * Makefile.in (install-arch-indep): Add elisp* to the list of installed Info files. diff -r 42dc72aedd45 -r 09d18d7e6e49 lispref/ChangeLog --- 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 + + 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.