* Makefile.in (install-arch-indep): If the versioned DOC-####
[bpt/emacs.git] / Makefile.in
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}) \