diff options
author | Ken Raeburn <raeburn@raeburn.org> | 2009-08-23 03:54:32 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@raeburn.org> | 2009-08-23 03:54:32 +0000 |
commit | 201a407332e00f12a53ea87aa107860c813c30c2 (patch) | |
tree | b262d3b232feab6394cdf8e4d1c2c6e79f326989 /ChangeLog | |
parent | 879de935e0362c00955b406c7291953db01e0b95 (diff) | |
download | emacs-201a407332e00f12a53ea87aa107860c813c30c2.tar.gz |
* Makefile.in (install-arch-indep): If the versioned DOC-####
generated during loadup+dump isn't found, install the plain DOC
file that always gets generated, in case CANNOT_DUMP is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2b04c8264f4..adf190621ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ -2009-08-23 Ken Raeburn <raeburn@mit.edu> +2009-08-23 Ken Raeburn <raeburn@raeburn.org> + + * Makefile.in (install-arch-indep): If the versioned DOC-#### + generated during loadup+dump isn't found, install the plain DOC + file that always gets generated, in case CANNOT_DUMP is set. * configure.in: Warn if package version specified here doesn't match the version in version.el. |