diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index b354177d0b9..91bf7e935fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -404,11 +404,16 @@ install-arch-dep: mkdir ### Install the files that are machine-independent. ### Most of them come straight from the distribution; ### the exception is the DOC-* files, which are copied -## from the build directory. +### from the build directory. ## Note that we copy DOC* and then delete DOC ## as a workaround for a bug in tar on Ultrix 4.2. +## FIXME +## Should only install the DOC- file appropriate to this build, not DOC-*. +## http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00417.html +## (fix available for consideration post-release). + ## If people complain about the h flag in tar command, take that out. ## That flag is also used in leim/Makefile.in install-arch-indep: mkdir info |