* Makefile.in (install-arch-indep): If the versioned DOC-####
authorKen Raeburn <raeburn@raeburn.org>
Sun, 23 Aug 2009 03:54:32 +0000 (03:54 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sun, 23 Aug 2009 03:54:32 +0000 (03:54 +0000)
generated during loadup+dump isn't found, install the plain DOC
file that always gets generated, in case CANNOT_DUMP is set.

ChangeLog
Makefile.in

index 2b04c82..adf1906 100644 (file)
--- 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.
index 44c5cba..a3ddec8 100644 (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}) \