(install-arch-indep): Do not exclude the etc/ Makefiles.
[bpt/emacs.git] / ChangeLog
index 6ed52f9..0397fc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2007-09-12  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in (AC_FUNC_ALLOCA): Throw an error if a system
+       implementation of alloca is not found.
+
+       * Makefile.in (SOURCES, unlock, relock): Delete.
+       (install-arch-indep): Do not exclude the etc/ Makefiles.
+
+2007-09-09  Juri Linkov  <juri@jurta.org>
+
+       * make-dist: Remove AUTHORS and CONTRIBUTE (moved to etc).
+
+       * README: Add doc/ to documentation directories.
+
+2007-09-08  Michael Olson  <mwolson@gnu.org>
+
+       * MAINTAINERS: Add myself for ERC and tq.el.
+       Update for new doc/ directory layout.
+
+2007-09-06  Romain Francoise  <romain@orebokech.com>
+
+       * make-dist: Update for new doc/ directory layout.
+
+2007-09-06  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (mansrcdir): New variable.
+       (SUBDIR_MAKEFILES): Update for new doc/ directory layout.
+       (man/Makefile, lispref/Makefile, lispintro/Makefile): Rename and
+       update these targets for new doc/ directory layout.
+       (doc/misc/Makefile): New target.
+       (install-arch-indep): Use mansrcdir for new location of manpages.
+       (mostlyclean, clean, distclean, maintainer-clean, unlock)
+       (relock, info, dvi): Update targets for new doc/ directory layout.
+
+       * configure.in (AC_OUTPUT): Update names of generated Makefiles
+       for new doc/ directory layout.
+
 2007-09-02  Andreas Schwab  <schwab@suse.de>
 
        * configure.in: Use AS_HELP_STRING throughout.