* 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.
This commit is contained in:
Ken Raeburn 2009-08-23 03:54:32 +00:00
parent 879de935e0
commit 201a407332
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -526,7 +526,7 @@ install-arch-indep: mkdir info install-etc
then \
docfile="DOC-$${fullversion}"; \
else \
docfile="DOC-${version}*"; \
docfile="DOC"; \
fi; \
echo "Copying etc/$${docfile} to $(DESTDIR)${docdir} ..." ; \
(cd ./etc; tar -chf - $${docfile}) \