Mercurial > emacs
changeset 104557:4ac126250d16
* 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.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Sun, 23 Aug 2009 03:54:32 +0000 |
parents | b54f03a2c09a |
children | 1de57b71aa21 |
files | ChangeLog Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Aug 23 02:15:00 2009 +0000 +++ b/ChangeLog Sun Aug 23 03:54:32 2009 +0000 @@ -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.
--- a/Makefile.in Sun Aug 23 02:15:00 2009 +0000 +++ b/Makefile.in Sun Aug 23 03:54:32 2009 +0000 @@ -526,7 +526,7 @@ then \ docfile="DOC-$${fullversion}"; \ else \ - docfile="DOC-${version}*"; \ + docfile="DOC"; \ fi; \ echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \ (cd ./etc; tar -chf - $${docfile}) \